Created
November 20, 2014 21:41
-
-
Save cloudnull/6a088194f954b6227ed0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
WORKDIR="${HOME}/openstack_requirements" | |
# get easy_install | |
mkdir -p ${WORKDIR} | |
pushd ${WORKDIR} | |
wget http://peak.telecommunity.com/dist/ez_setup.py | |
python ez_setup.py | |
popd | |
easy_install simplejson==1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment