Okay, so I'm not sure at all what is going on here. I just got my MAC, and I am trying to download and install setuptools, so I can download different python packages (using easy_install). So, following the instructions here (http://pypi.python.org/pypi/setuptools):
- I currently have version 2.6
- I downloaded the following egg: setuptools-0.6c11-py2.6.egg (md5)
- I placed the file on my desktop (File Name: setuptools-0.6c11-py2.6.egg.sh)
- I navigate to the desktop on the directory, and use the following command line, as suggested by the above link: sh setuptools-0.6c11-py2.6.egg
- I get an error: No such file or directory, so then I use this other command sh setuptools-0.6c11-py2.6.egg.sh
- Then, I get the following error: setuptools-0.6c11-py2.6.egg.sh is not the correct name for this egg file. Please rename it back to setuptools-0.6c11-py2.6.egg and try again.
I am really not sure at all what to do here. Any help would be appreciated! Thanks!
Try this
edit Try this from a command line
Here is an easier thing to do that might work better for you. Open a terminal (Applications->Utilities->Terminal) and run this as a shell script. You can also run the individual commands.
Stuff below was original response
I just did this on my own Mac machine, and installation went off without a problem. Did you open a terminal to do this?
I downloaded setuptools to my Downloads folder, and then opened a terminal, and did this: