mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
gh-91249: Remove .bat extension in documentation for when activating venv on Windows. (GH-92770)
This commit is contained in:
parent
3e3e8976b8
commit
3115c2c036
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ Once you've created a virtual environment, you may activate it.
|
||||||
|
|
||||||
On Windows, run::
|
On Windows, run::
|
||||||
|
|
||||||
tutorial-env\Scripts\activate.bat
|
tutorial-env\Scripts\activate
|
||||||
|
|
||||||
On Unix or MacOS, run::
|
On Unix or MacOS, run::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue