We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71ef26 commit ba45993Copy full SHA for ba45993
1 file changed
source/tutorials/installing-packages.rst
@@ -77,7 +77,7 @@ please install the latest 3.x version from `python.org`_ or refer to the
77
.. Note:: Due to the way most Linux distributions are handling the Python 3
78
migration, Linux users using the system Python without creating a virtual
79
environment first should replace the ``python`` command in this tutorial
80
- with ``python3`` and the ``python -m pip`` command with ``python3 -m pip3 --user``. Do *not*
+ with ``python3`` and the ``python -m pip`` command with ``python3 -m pip --user``. Do *not*
81
run any of the commands in this tutorial with ``sudo``: if you get a
82
permissions error, come back to the section on creating virtual environments,
83
set one up, and then continue with the tutorial as written.
0 commit comments