summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/ci
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2018-01-23 16:36:56 -0500
committerNiko Matsakis <niko@alum.mit.edu>2018-01-23 16:36:56 -0500
commit10a1f97d71dce3b4309f99a56167d96888f996e0 (patch)
treedd46619d1ea5310c8cac6b0fbd16d295621ba151 /src/doc/rustc-dev-guide/ci
parent1513fa9c92cf33ac1ab315dc6bbd6110ea62be1c (diff)
downloadrust-10a1f97d71dce3b4309f99a56167d96888f996e0.tar.gz
rust-10a1f97d71dce3b4309f99a56167d96888f996e0.zip
try pip install --user
Diffstat (limited to 'src/doc/rustc-dev-guide/ci')
-rw-r--r--src/doc/rustc-dev-guide/ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/ci/install.sh b/src/doc/rustc-dev-guide/ci/install.sh
index 49a251d448f..2d32caaa9a0 100644
--- a/src/doc/rustc-dev-guide/ci/install.sh
+++ b/src/doc/rustc-dev-guide/ci/install.sh
@@ -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