[Python-Dev] .pth files in current or script directory (original) (raw)
Guido van Rossum guido at python.org
Thu May 13 20:25:53 EDT 2004
- Previous message: [Python-Dev] .pth files in current or script directory
- Next message: [Python-Dev] .pth files in current or script directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The discussion in question concerned someone using a version control system, and needing to change PYTHONPATH depending on which branch they were in.
Can't they manipulate sys.path inside the code in question? That's invariably the solution I end up using -- I never play with PYTHONPATH any more.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] .pth files in current or script directory
- Next message: [Python-Dev] .pth files in current or script directory
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]