Multiple versions of Python coexisting in the same OS
Christian Heimes
lists at cheimes.de
Sun Jul 25 15:39:59 EDT 2010
More information about the Python-list mailing list
Sun Jul 25 15:39:59 EDT 2010
- Previous message (by thread): Multiple versions of Python coexisting in the same OS
- Next message (by thread): Multiple versions of Python coexisting in the same OS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 25.07.2010 21:32, schrieb Thomas Jollans: > If a script uses sys.executable instead of "python", there is no > problem, at all. It's true that sys.executable is the best way if you have to start a new Python interpreter. However sys.executable may not be set for NT services. So there may be a problem after all.
- Previous message (by thread): Multiple versions of Python coexisting in the same OS
- Next message (by thread): Multiple versions of Python coexisting in the same OS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list