Skip to content

Instantly share code, notes, and snippets.

@camwest
Created March 7, 2010 15:43
Show Gist options
  • Select an option

  • Save camwest/324423 to your computer and use it in GitHub Desktop.

Select an option

Save camwest/324423 to your computer and use it in GitHub Desktop.
cd ~/src
wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c8.tar.gz
tar xfvz setuptools-0.6c8.tar.gz
cd setuptools-0.6c8
python setup.py build
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment