Skip to content

Commit e05aad7

Browse files
committed
make output consistent
1 parent bb47ed2 commit e05aad7

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
@@ -169,7 +169,7 @@ It's used to install and update packages into a virtual environment.
169169

170170
.. code-block:: text
171171
172-
pip 21.1.3 from ../.venv/lib/python3.9/site-packages (python 3.9)
172+
pip 23.3.1 from .../.venv/lib/python3.9/site-packages (python 3.9)
173173
174174
.. tab:: macOS
175175

@@ -186,7 +186,7 @@ It's used to install and update packages into a virtual environment.
186186

187187
.. code-block:: text
188188
189-
pip 23.3.1 from $HOME/.venv/lib/python3.9/site-packages (python 3.9)
189+
pip 23.3.1 from .../.venv/lib/python3.9/site-packages (python 3.9)
190190
191191
.. tab:: Windows
192192

0 commit comments

Comments
 (0)