Skip to content

Instantly share code, notes, and snippets.

@flavianmissi
Last active August 29, 2015 14:16
Show Gist options
  • Save flavianmissi/a93ed5d1002e804652cc to your computer and use it in GitHub Desktop.
Save flavianmissi/a93ed5d1002e804652cc to your computer and use it in GitHub Desktop.
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