mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Dont create virtualenvs with --system --deploy
- Fixes #2219, #2273 Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user