Skip to content

Commit

Permalink
Merge pull request #1413 from wyattscarpenter/patch-1
Browse files Browse the repository at this point in the history
verbiage tweak in installing-using-pip-and-virtual-environments.rst
  • Loading branch information
willingc committed Nov 21, 2023
2 parents cbe211f + 4e8769a commit 09d3b56
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,20 @@ Python interpreter:
where python
When the virtual environment is activated, the location will include
the ``.venv`` directory:
While the virtual environment is active, the above command will output a
filepath that includes the ``.venv`` directory, by ending with the following:

.. tab:: Unix/macOS

.. code-block:: bash
.../.venv/bin/python
.venv/bin/python
.. tab:: Windows

.. code-block:: bat
...\.venv\bin\python.exe
.venv\bin\python.exe
While a virtual environment is activated, pip will install packages into that
Expand Down

0 comments on commit 09d3b56

Please sign in to comment.