Skip to content

Commit 09d3b56

Browse files
authored
Merge pull request #1413 from wyattscarpenter/patch-1
verbiage tweak in installing-using-pip-and-virtual-environments.rst
2 parents cbe211f + 4e8769a commit 09d3b56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,20 +104,20 @@ Python interpreter:
104104
105105
where python
106106
107-
When the virtual environment is activated, the location will include
108-
the ``.venv`` directory:
107+
While the virtual environment is active, the above command will output a
108+
filepath that includes the ``.venv`` directory, by ending with the following:
109109

110110
.. tab:: Unix/macOS
111111

112112
.. code-block:: bash
113113
114-
.../.venv/bin/python
114+
.venv/bin/python
115115
116116
.. tab:: Windows
117117

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

0 commit comments

Comments
 (0)