How to install Easy Install for python
This is my OLD blog. I've copied this post over to my NEW blog at:
http://www.saltycrane.com/blog/2007/01/how-to-install-easy-install-for-python/
You should be redirected in 2 seconds.
Windows
- Go to http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install
- Right click on "ez_setup.py" and save the file to "c:\temp"
- Open a cmd.exe prompt
- "cd c:\temp"
- "python ez_setup.py"
Cygwin
$ cd /tmp
$ wget http://peak.telecommunity.com/dist/ez_setup.py
$ python ez_setup.py
Ubuntu Linux
$ sudo apt-get install python-setuptools python-dev build-essential
No comments:
Post a Comment