diff --git a/etc/ordered_pip.sh b/etc/ordered_pip.sh index e63e069b..fc1a210b 100755 --- a/etc/ordered_pip.sh +++ b/etc/ordered_pip.sh @@ -4,7 +4,7 @@ a=0 while read line do if [[ -n "$line" && "$line" != \#* ]] ; then - pip install --use-mirrors $line + pip install $line fi ((a = a + 1)) done < $1