Last active
August 29, 2015 14:16
-
-
Save flavianmissi/a93ed5d1002e804652cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://pypi.python.org/packages/source/d/distribute/distribute-0.6.31.tar.gz | |
workon myvenv # or you venv name | |
pip uninstall setuptools # needs confirmation (y) | |
tar -xvf distribute-0.6.31.tar.gz | |
cd distribute-0.6.31 | |
python setup.py install # make sure you're on your virtualenv! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment