On Tue, Dec 22, 2009 at 05:53:13PM +0100, Christopher Brewster wrote: > PATH=/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin:/usr/X11/bin > > $ whereis python > /usr/bin/python
Although this is probably not the solution to your actual problem (since the wrong python is apparently being started), you should test it with 'which python' rather than whereis -- whereis searches the standard path settings, and which searches your actual PATH. Dan -- Dan R. K. Ports <[email protected]> Research Henchman Massachusetts Institute of Technology <[email protected]> Computer Science and Artificial Intelligence Lab <[email protected]> _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
