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 eryksun
Recipients docs@python, eryksun, jovinator, paul.moore, steve.dower, tim.golden, zach.ware
Date 2022-03-22.15:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647963887.39.0.159385024241.issue47093@roundup.psfhosted.org>
In-reply-to
Content
Running `tutorial-env\Scripts\activate` should suffice. The .bat script is for CMD, and the .ps1 script is for PowerShell. The shell should run the right script without having to include the extension. 

In Windows 10+, if you use a case-sensitive directory for the virtual environment, note that the script name for PowerShell is "Activate.ps1". PowerShell 7+ checks the directory for any name that case-insensitively matches "activate", but you'll have to run `tutorial-env\Scripts\Activate` in PowerShell 5.1.
History
Date User Action Args
2022-03-22 15:44:47eryksunsetrecipients: + eryksun, paul.moore, tim.golden, docs@python, zach.ware, steve.dower, jovinator
2022-03-22 15:44:47eryksunsetmessageid: <1647963887.39.0.159385024241.issue47093@roundup.psfhosted.org>
2022-03-22 15:44:47eryksunlinkissue47093 messages
2022-03-22 15:44:47eryksuncreate