Allow pip to use the local wheel cache while installing dependencies
This commit is contained in:
parent
11cdffb4fe
commit
2c378249aa
@ -304,7 +304,7 @@ module Language
|
||||
def do_install(targets)
|
||||
targets = Array(targets)
|
||||
@formula.system @venv_root/"bin/pip", "install",
|
||||
"-v", "--no-deps", "--no-binary", ":all:",
|
||||
"-v", "--no-deps", "--use-feature=no-binary-enable-wheel-cache",
|
||||
"--ignore-installed", *targets
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user