Skip to content

Instantly share code, notes, and snippets.

@ianfieldhouse
Created November 14, 2012 13:20
Show Gist options
  • Save ianfieldhouse/4072028 to your computer and use it in GitHub Desktop.
Save ianfieldhouse/4072028 to your computer and use it in GitHub Desktop.
virtualenv on containers
Make sure python 2.7 is first on PATH
cd $HOME/local/bin
curl -k -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py
chmod ug+x virtualenv.py
ln -s virtualenv.py virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment