From cd6d07c704b4ac4e949dc9a1e2c7a0f610223452 Mon Sep 17 00:00:00 2001 From: onceupon Date: Mon, 26 Jun 2017 17:29:35 +0800 Subject: [PATCH] add system pip install python package without root --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ede6e0e..699ba18 100644 --- a/README.md +++ b/README.md @@ -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-=-=-=-=-=-=-=-=-=-