[Python-checkins] gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)

vsajip webhook-mailer at python.org
Fri May 13 10:36:15 EDT 2022


https://github.com/python/cpython/commit/3115c2c036728300a31f54a086759da229443bdb
commit: 3115c2c036728300a31f54a086759da229443bdb
branch: main
author: yashlad681 <30846820+yashlad681 at users.noreply.github.com>
committer: vsajip <vinay_sajip at yahoo.co.uk>
date: 2022-05-13T15:36:05+01:00
summary:

gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)

files:
M Doc/tutorial/venv.rst

diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst
index 7cdce3f9ca887..1fdb370b33d5a 100644
--- a/Doc/tutorial/venv.rst
+++ b/Doc/tutorial/venv.rst
@@ -60,7 +60,7 @@ Once you've created a virtual environment, you may activate it.
 
 On Windows, run::
 
-  tutorial-env\Scripts\activate.bat
+  tutorial-env\Scripts\activate
 
 On Unix or MacOS, run::
 



More information about the Python-checkins mailing list