try pip install --user
This commit is contained in:
parent
119f734fc0
commit
6fa9b703bf
|
|
@ -12,5 +12,5 @@ if command -v ghp-import >/dev/null 2>&1; then
|
|||
echo "ghp-import already installed at $(which ghp-import)"
|
||||
else
|
||||
echo "installing ghp-import"
|
||||
pip install ghp-import
|
||||
pip install --user ghp-import
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue