Dont create virtualenvs with --system --deploy

- Fixes #2219, #2273

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-06-03 21:25:59 -04:00
parent 6e7d362e92
commit 8932f453e1
+1
View File
@@ -2052,6 +2052,7 @@ def do_install(
if lock and not skip_lock:
do_init(
dev=dev,
system=system,
allow_global=system,
concurrent=concurrent,
verbose=verbose,