PYTHONPATH newbie question

Gordon McMillan gmcm at hypernet.com
Mon Jan 17 19:24:20 EST 2000


JohnM wrote:

> How does one make changes to PYTHONPATH permanent?

The Right Way To Do It is to create a file <anything>.pth 
somewhere on your existing python path and put the 
directories you want added to the path in there (one line per 
directory).

- Gordon




More information about the Python-list mailing list