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 brett.cannon
Recipients DamlaAltun, brett.cannon, uranusjr, vinay.sajip
Date 2019-11-28.17:29:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574962199.63.0.861838118444.issue35003@roundup.psfhosted.org>
In-reply-to
Content
I've personally never come across Scripts in any other situation than virtual environments, but that isn't saying much about my Windows exposure either. :)

Basically activation is the biggest stumbling block I find with new users when it comes to trying to teach them about using virtual environments and this platform difference doesn't help. I would like to come up with _some_ solution to make it easier, even if it's something I have to put into the Python Launcher (although trying to get people to even agree on a name for virtual environments created beside the code turns out to be a hot topic). I would consider trying to come up with code so we have a `pipenv shell`/`conda shell` equivalent, but I've been told it is not pleasant to try and make work.
History
Date User Action Args
2019-11-28 17:29:59brett.cannonsetrecipients: + brett.cannon, vinay.sajip, uranusjr, DamlaAltun
2019-11-28 17:29:59brett.cannonsetmessageid: <1574962199.63.0.861838118444.issue35003@roundup.psfhosted.org>
2019-11-28 17:29:59brett.cannonlinkissue35003 messages
2019-11-28 17:29:59brett.cannoncreate