Skip to content

Commit

Permalink
Merge pull request #2301 from pypa/bugfix/2219-system-creates-virtualenv
Browse files Browse the repository at this point in the history
Dont create virtualenvs with `--system --deploy`
  • Loading branch information
techalchemy authored Jun 4, 2018
2 parents 6e7d362 + 8932f45 commit e937d85
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 e937d85

Please sign in to comment.