Skip to content Skip to sidebar Skip to footer

Changing Python Path Under Mac Os For Applications Other Than The Terminal

I have a Python script that I'd like to be able to run with a minimum of fuss from the Finder or Quicksilver. Unfortunately, any way of running the script that doesn't use the term

Solution 1:

You can set the environment variable PYTHONPATH. Now, I'm not a Mac user, but from some research I'd say you have to modify ~/.MacOSX/environment.plist as described here: https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/EnvironmentVars.html#//apple_ref/doc/uid/20002093-BCIJIJBH


Post a Comment for "Changing Python Path Under Mac Os For Applications Other Than The Terminal"