Skip to content

Instantly share code, notes, and snippets.

@t-mart
Created January 22, 2014 21:12
Show Gist options
  • Save t-mart/8567424 to your computer and use it in GitHub Desktop.
Save t-mart/8567424 to your computer and use it in GitHub Desktop.
curl "https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py" | sudo python3.3
curl "https://raw.github.com/pypa/pip/master/contrib/get-pip.py" | sudo python3.3
sudo pip install virtualenv
@t-mart
Copy link
Author

t-mart commented Jan 22, 2014

mkdir ~/.ve
virtualenv ~/.ve/compareoffer
source ~/.ve/compareoffer
pip install django

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment