Skip to content

Instantly share code, notes, and snippets.

@ghostrocket
Last active December 26, 2015 06:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghostrocket/7110688 to your computer and use it in GitHub Desktop.
Save ghostrocket/7110688 to your computer and use it in GitHub Desktop.
#!/bin/bash
# install setuptools
wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | sudo python
# install pip
sudo easy_install pip
# install virtualenv
sudo pip install virtualenv
@silouanwright
Copy link

Thanks... this got me up and running again.

@ghostrocket
Copy link
Author

ha glad it helped

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