From: yashlad681 <30846820+yashlad681@users.noreply.github.com> Date: Fri, 13 May 2022 14:36:05 +0000 (+0530) Subject: gh-91249: Remove .bat extension in documentation for when activating venv on Windows... X-Git-Tag: v3.12.0a1~1547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3115c2c036728300a31f54a086759da229443bdb;p=thirdparty%2FPython%2Fcpython.git gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770) --- diff --git a/Doc/tutorial/venv.rst b/Doc/tutorial/venv.rst index 7cdce3f9ca88..1fdb370b33d5 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::