Hi, I have one more question for the time being. This regards how the easy_install script works.
I use Mac OSX, and my /usr/bin directory contains three versions of the easy_install script: easy_install, easy_install-2.5, and easy_install-2.6. Based on some debugging lines I tried inserting, when I execute the script called simply "easy_install", the script seems to execute just the first line (namely "#!/usr/bin/python"), and then seems to immediately jump to executing easy_install-2.6. I was curious about the mechanism that allows the Python interpreter to jump mysteriously from one file to another. This doesn't seem to be evident from the easy_install scripts themselves. What causes this behavior? Thanks, --Chris _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
