Skip to content

Commit ba45993

Browse files
scopwebknjaz
andauthored
Fix inadvertent use of pip3 module name
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 parent e71ef26 commit ba45993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/installing-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ please install the latest 3.x version from `python.org`_ or refer to the
7777
.. Note:: Due to the way most Linux distributions are handling the Python 3
7878
migration, Linux users using the system Python without creating a virtual
7979
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*
80+
with ``python3`` and the ``python -m pip`` command with ``python3 -m pip --user``. Do *not*
8181
run any of the commands in this tutorial with ``sudo``: if you get a
8282
permissions error, come back to the section on creating virtual environments,
8383
set one up, and then continue with the tutorial as written.

0 commit comments

Comments
 (0)