Update README.md
This commit is contained in:
parent
1ab2e786d2
commit
f3c39cc997
|
|
@ -65,6 +65,8 @@ $ python3 -m pip install --user pipx
|
||||||
$ python3 -m pipx ensurepath
|
$ python3 -m pipx ensurepath
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You will have to re-source your ~/.bashrc or ~/.zshrc file (or open a new tab) after running these commands in order to use pipx.
|
||||||
|
|
||||||
Note that if you want to elevate privileges to run a program installed with `pipx`, with `sudo`, you have two options:
|
Note that if you want to elevate privileges to run a program installed with `pipx`, with `sudo`, you have two options:
|
||||||
|
|
||||||
1. Append the appropriate path to your execution command, using _one_ of the following examples (recommended):
|
1. Append the appropriate path to your execution command, using _one_ of the following examples (recommended):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue