add system

pip install python package without root
This commit is contained in:
onceupon 2017-06-26 17:29:35 +08:00 committed by GitHub
parent 6b27d3bd53
commit cd6d07c704

View File

@ -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-=-=-=-=-=-=-=-=-=-