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 donovick, vinay.sajip
Date 2019-06-20.17:12:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561050775.92.0.996052183609.issue37349@roundup.psfhosted.org>
In-reply-to
Content
I'm not very keen on this approach, because it needs to be implemented across all shells and maintenance in this area can be a headache because not everyone has knowledge of multiple shells.

There already are hooks for customising behaviour - you can subclass EnvBuilder and override e.g. setup_scripts to update the venv with the exact scripts you want. This puts the maintenance cost onto the people who need this functionality (it doesn't seem like a very common use case).
History
Date User Action Args
2019-06-20 17:12:55vinay.sajipsetrecipients: + vinay.sajip, donovick
2019-06-20 17:12:55vinay.sajipsetmessageid: <1561050775.92.0.996052183609.issue37349@roundup.psfhosted.org>
2019-06-20 17:12:55vinay.sajiplinkissue37349 messages
2019-06-20 17:12:55vinay.sajipcreate