mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
BLD: Pass args to ordered_pip through to pip
This way, we can specify an index-url, for example.
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ a=0
|
||||
while read line
|
||||
do
|
||||
if [[ -n "$line" && "$line" != \#* ]] ; then
|
||||
pip install $line
|
||||
# forward to pip any args after the reqs filename
|
||||
pip install $line "${@:2}"
|
||||
((a = a + 1))
|
||||
fi
|
||||
done < $1
|
||||
|
||||
Reference in New Issue
Block a user