attempt to fix windows

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-20 19:50:57 -04:00
parent da48501dc5
commit 7910eca658
+1 -1
View File
@@ -1161,7 +1161,7 @@ def pip_install(
no_deps = '--no-deps' if no_deps else ''
pip_command = '"{0}" install {3} {1} -i {2} --exists-action w'.format(
which_pip(allow_global=allow_global),
shellquote(which_pip(allow_global=allow_global)),
install_reqs,
source['url'],
no_deps