[Pythonmac-SIG] PythonIDE w/ DarwinPorts Python?

Jack Jansen Jack.Jansen at cwi.nl
Sat Sep 11 19:06:08 CEST 2004


On 11 Sep 2004, at 03:41, rtjohan at syspres.com wrote:

> Been using darwin ports to install postgresql, python, apache2, 
> psycopg with great success on MacOSX 10.3.5. So, I use the darwin 
> ports python which is installed in /opt/local/bin/python. Wondering 
> how to tell PythonIDE to use this darwin python instead of the 
> built-in python. The darwin python contains all the python packages.

For PythonIDE (or other applets) you could change the main program and 
make it execute /opt/local/bin/python, but make sure you change the 
invocation that runs the eventual main program, not the #! line (which 
only runs the bootstrap program).

But note you're on uncharted territory here...
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman



More information about the Pythonmac-SIG mailing list