Skip to content

Instantly share code, notes, and snippets.

@aodj
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aodj/5d50130205bfef51a782 to your computer and use it in GitHub Desktop.
Save aodj/5d50130205bfef51a782 to your computer and use it in GitHub Desktop.
step #2
#!/bin/sh
tar xvzf virtualenv-1.11.6.tar.gz
cd virtualenv-1.11.6
sudo python virtualenv.py ../$1
cd ..
source $1/bin/activate
sudo pip install -r mac_requirements.txt
rm -rf virtualenv-1.11.6
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment