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, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-06-24.14:00:15
SpamBayes Score 1.7350526e-06
Marked as misclassified No
Message-id <1308924013.43096.YahooMailRC@web25807.mail.ukl.yahoo.com>
In-reply-to <1308922267.0.0.0715130793255.issue12394@psf.upfronthosting.co.za>
Content
> Fred L. Drake, Jr. <fdrake@acm.org> added the  comment:

> 
> People working on this should probably also look at how  zc.buildout's 
>zc.recipe.egg handles script generation.  It's similar to  setuptools in that 
>"console_script" entry points are used, but it binds in the  desired Python 
>executable as well.
> 
> (If you ran the build with an  unversioned Python executable name, that's what 
>you get, but if you use a  versioned path, it's  retained.)

And also consider what happens when a script is installed into a virtual env, 
when the virtual env's executable *has* to be used.
History
Date User Action Args
2011-06-24 14:00:19vinay.sajipsetrecipients: + vinay.sajip, mhammond, fdrake, tim.golden, tarek, eric.araujo, alexis, higery
2011-06-24 14:00:15vinay.sajiplinkissue12394 messages
2011-06-24 14:00:15vinay.sajipcreate