We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d2264 + e2d86e8 commit 0ac41eaCopy full SHA for 0ac41ea
docs/user-guide/installation.rst
@@ -113,7 +113,7 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv
113
114
.. code-block:: bash
115
116
- $ python3 -m venv --system-site-packages ./venv
+ $ python3 -m venv ./venv
117
118
Activate the virtual environment:
119
@@ -127,7 +127,7 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv
127
128
.. code-block:: bat
129
130
- C:\> python3 -m venv --system-site-packages ./venv
+ C:\> python3 -m venv ./venv
131
132
133
0 commit comments