Skip to content

Commit ecf061c

Browse files
Chad Smithncoghlan
authored andcommitted
use python3 -m when installing pipx (#631)
1 parent 7ee2e6c commit ecf061c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/guides/installing-stand-alone-command-line-tools.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ packages, and allows you to safely run the program from anywhere.
2424

2525
::
2626

27-
$ pip install --user pipx
28-
$ pipx ensurepath # ensures the path of the CLI application directory is on your $PATH
27+
$ python3 -m pip install --user pipx
28+
$ python3 -m pipx ensurepath # ensures the path of the CLI application directory is on your $PATH
2929

3030
.. Note:: You may need to restart your terminal for the path updates to take effect.
3131

0 commit comments

Comments
 (0)