Skip to content

Instantly share code, notes, and snippets.

@aodj
Last active August 29, 2015 14:05
Show Gist options
  • Save aodj/a4a4204fa00ccc8ab042 to your computer and use it in GitHub Desktop.
Save aodj/a4a4204fa00ccc8ab042 to your computer and use it in GitHub Desktop.
step #1
#!/bin/sh
tar xvzf virtualenv-1.11.6.tar.gz
cd virtualenv-1.11.6
sudo python virtualenv.py ../$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment