Skip to content

Commit 2d75d4d

Browse files
ichard26bhrutledge
andauthored
Windows actually uses backslashes
Windows actually uses backslashes, not regular ol' slashes, oops :) Co-authored-by: Brian Rutledge <brian@bhrutledge.com>
1 parent cd1a73f commit 2d75d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Python interpreter, it should point to the ``env`` directory.
159159
.. code-block:: bash
160160
161161
where python
162-
.../env/Scripts/python.exe
162+
...\env\Scripts\python.exe
163163
164164
As long as your virtual environment is activated pip will install packages into that
165165
specific environment and you'll be able to import and use packages in your

0 commit comments

Comments
 (0)