Skip to content

Commit

Permalink
Ignore "require_virtualenv" in pip config (#6991)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Sep 19, 2019
2 parents fcee19f + 03117a4 commit 8d6e320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/6991.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ignore "require_virtualenv" in `pip config`
1 change: 1 addition & 0 deletions src/pip/_internal/commands/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class ConfigurationCommand(Command):
default.
"""

ignore_require_venv = True
usage = """
%prog [<file-option>] list
%prog [<file-option>] [--editor <editor-path>] edit
Expand Down

0 comments on commit 8d6e320

Please sign in to comment.