Skip to content

Commit 0ac41ea

Browse files
authored
Merge pull request RasaHQ#5559 from eugenelin89/doc_update
--system-site-packages flag installs packages into system environment
2 parents d8d2264 + e2d86e8 commit 0ac41ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv
113113

114114
.. code-block:: bash
115115
116-
$ python3 -m venv --system-site-packages ./venv
116+
$ python3 -m venv ./venv
117117
118118
Activate the virtual environment:
119119

@@ -127,7 +127,7 @@ Tools like `virtualenv <https://virtualenv.pypa.io/en/latest/>`_ and `virtualenv
127127

128128
.. code-block:: bat
129129
130-
C:\> python3 -m venv --system-site-packages ./venv
130+
C:\> python3 -m venv ./venv
131131
132132
Activate the virtual environment:
133133

0 commit comments

Comments
 (0)