Update invalid pip install flag (#18146)
parent
7fab889696
commit
3d8c624698
|
@ -91,7 +91,7 @@ def _install_deps(requirements):
|
||||||
|
|
||||||
elif not os.access(sys.prefix, os.W_OK):
|
elif not os.access(sys.prefix, os.W_OK):
|
||||||
# We can't write to sys.prefix, attempt to install locally
|
# We can't write to sys.prefix, attempt to install locally
|
||||||
command.append('--local')
|
command.append('--user')
|
||||||
|
|
||||||
return _run_cmd(*command, '-r', requirements)
|
return _run_cmd(*command, '-r', requirements)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue