Bob Ippolito wrote:
I also rarely screw with PATH. Using /usr/bin/env is saying "let PATH decide".
right. I am always working across platforms, so I want to specify which python to use, but not specify where to find it.
I use explicit paths like: # MacPython 2.3.5
/usr/local/bin/python2.3
# DarwinPorts Python 2.3.5
/opt/local/bin/python2.3
which are not going to work on my Linux box. I guess if you want to have two different python2.3.4s, you need to do this, however.
-CHB
-- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception
[EMAIL PROTECTED] _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig