Skip to content

Instantly share code, notes, and snippets.

@cloudnull
Created November 20, 2014 21:41
Show Gist options
  • Save cloudnull/6a088194f954b6227ed0 to your computer and use it in GitHub Desktop.
Save cloudnull/6a088194f954b6227ed0 to your computer and use it in GitHub Desktop.
#!/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