mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
add system
pip install python package without root
This commit is contained in:
parent
6b27d3bd53
commit
cd6d07c704
@ -1846,4 +1846,10 @@ w
|
||||
sudo gpasswd -a nice docker
|
||||
```
|
||||
|
||||
##### pip install python package without root
|
||||
```bash
|
||||
1. pip install --user package_name
|
||||
2. You might need to export ~/.local/bin/ to PATH: export PATH=$PATH:~/.local/bin/
|
||||
```
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
Loading…
Reference in New Issue
Block a user