Skip to content

Commit

Permalink
Dont create virtualenvs with --system --deploy
Browse files Browse the repository at this point in the history
- Fixes #2219, #2273

Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Jun 4, 2018
1 parent 6e7d362 commit 8932f45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8932f45

Please sign in to comment.