mac osx how to use a specific python environment

Philip Semanchuk philip at semanchuk.com
Wed Jan 7 10:07:18 EST 2009


On Jan 7, 2009, at 7:27 AM, marco kuhn wrote:

> hi,
>
> I would like to use a specific python environment in a script .
> The script is load as a plugin by a program which offer a python api .
> The python environment is build in.
>
> How can I use the standard python environment.
> Can i explicit load the env in my python script.

Hi Marco,
I'm not exactly sure what you want to do. But if you execute `python`  
at the command line, OS X will launch whatever version of Python it  
finds first in your PATH.

Hope this helps
Philip



More information about the Python-list mailing list