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 asvetlov, carljm, vinay.sajip
Date 2012-07-23.16:37:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343061432.62.0.865407978228.issue15417@psf.upfronthosting.co.za>
In-reply-to
Content
> inherit from `venv.EnvBuilder` and override `setup_scripts` method
> pointing to new directory with desired activators as `path` parameter
> for `self.install_scripts(...)`.

Yes, that's it. A third party tool would potentially do more than just custom scripts, and would presumably have its own command line parameters and handling code, reflecting the features it offers.
History
Date User Action Args
2012-07-23 16:37:12vinay.sajipsetrecipients: + vinay.sajip, carljm, asvetlov
2012-07-23 16:37:12vinay.sajipsetmessageid: <1343061432.62.0.865407978228.issue15417@psf.upfronthosting.co.za>
2012-07-23 16:37:12vinay.sajiplinkissue15417 messages
2012-07-23 16:37:11vinay.sajipcreate