Skip to content

Commit 65da75d

Browse files
authored
Merge pull request #1460 from jeanas/windows-venv
Correct path to venv scripts on Windows
2 parents 49ceefc + e1ed4d7 commit 65da75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/installing-using-pip-and-virtual-environments.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ shell's ``PATH``.
8888

8989
.. code-block:: bat
9090
91-
.venv\bin\Activate.bat
91+
.venv\Scripts\activate
9292
9393
To confirm the virtual environment is activated, check the location of your
9494
Python interpreter:
@@ -118,7 +118,7 @@ filepath that includes the ``.venv`` directory, by ending with the following:
118118

119119
.. code-block:: bat
120120
121-
.venv\bin\python.exe
121+
.venv\Scripts\python
122122
123123
124124
While a virtual environment is activated, pip will install packages into that

0 commit comments

Comments
 (0)