This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vinay.sajip
Recipients alexis, ceder, eric.araujo, fdrake, guyrozendorn, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-10-25.16:39:38
SpamBayes Score 0.0009035844
Marked as misclassified No
Message-id <1319560779.17.0.567006853841.issue12394@psf.upfronthosting.co.za>
In-reply-to
Content
To expand on what I said about not seeing how things will work under Windows: are we going to place .exe launchers adjacent to the script, like setuptools does? If the script just has a shebang of "#!/usr/bin/env python", how is the launcher supposed to determine the exact Python to use from that, in a venv scenario where multiple Pythons will be installed? Scripts in virtual envs are supposed to run if invoked, even if the env is not on the PATH.
History
Date User Action Args
2011-10-25 16:39:39vinay.sajipsetrecipients: + vinay.sajip, mhammond, fdrake, ceder, tim.golden, tarek, eric.araujo, alexis, higery, guyrozendorn
2011-10-25 16:39:39vinay.sajipsetmessageid: <1319560779.17.0.567006853841.issue12394@psf.upfronthosting.co.za>
2011-10-25 16:39:38vinay.sajiplinkissue12394 messages
2011-10-25 16:39:38vinay.sajipcreate