[Pythonmac-SIG] .pth use

Kevin Dangoor dangoor at gmail.com
Sun May 22 15:33:15 CEST 2005


On 5/22/05, Lee Cullens <lee_cullens at mac.com> wrote:
> What worked (at least so far) was to put a .pth file (containing /
> Users/Chinook/PythonProjects/MyUtilities) in /Library/Frameworks/
> Python.framework/Versions/2.4/lib/python2.4/site-packages

Since this is a user-specific path, you should put it in
~/Library/Python/2.4/site-packages

(/Users/Chinook/Library/Python/2.4/site-packages)

You'll likely have to create that directory.

Kevin


More information about the Pythonmac-SIG mailing list