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 earonesty
Recipients DamlaAltun, brett.cannon, earonesty, uranusjr, vinay.sajip
Date 2020-01-20.21:12:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579554739.06.0.892165849584.issue35003@roundup.psfhosted.org>
In-reply-to
Content
the single Scripts/activate tool should be simply copied to bin/activate ... this is what you have to do to write a bash script for python now:

source bin/activate || source Scripts/activate

we should not assume that all windows users use things like CMD and PowerShell, and instead just make support for "shell activation" be cross-platform
History
Date User Action Args
2020-01-20 21:12:19earonestysetrecipients: + earonesty, brett.cannon, vinay.sajip, uranusjr, DamlaAltun
2020-01-20 21:12:19earonestysetmessageid: <1579554739.06.0.892165849584.issue35003@roundup.psfhosted.org>
2020-01-20 21:12:19earonestylinkissue35003 messages
2020-01-20 21:12:18earonestycreate