Skip to content

Instantly share code, notes, and snippets.

@kevinburke
Created March 12, 2012 01:18
Show Gist options
  • Save kevinburke/2019140 to your computer and use it in GitHub Desktop.
Save kevinburke/2019140 to your computer and use it in GitHub Desktop.
Install virtualenv without easy_install or pip
curl -O http://python-distribute.org/distribute_setup.py && \
python distribute_setup.py && \
easy_install virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment