Install upstream pip to work around Debian bug, no issue #
[arvados.git] / tools / arvbox / lib / arvbox / docker / common.sh
index 9bf92f4ee85d06acf8272090b6711797cd73b363..62225df6ceae523493a27450466345c28d4bc7a5 100644 (file)
@@ -67,7 +67,7 @@ pip_install() {
     done
     popd
 
-    if ! pip install --no-index --find-links /var/lib/pip --system $1 ; then
-        pip install --system $1
+    if ! pip install --no-index --find-links /var/lib/pip $1 ; then
+        pip install $1
     fi
 }