try pip install --user

This commit is contained in:
Niko Matsakis 2018-01-23 16:36:56 -05:00
parent 119f734fc0
commit 6fa9b703bf
1 changed files with 1 additions and 1 deletions

View File

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