Skip to content

Commit

Permalink
I want to remove this
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jun 8, 2018
1 parent b0fa6ca commit ae118c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def spinner():

def which(command, location=None, allow_global=False):
if not allow_global and location is None:
location = project.virtualenv_location or os.environ.get('VIRTUAL_ENV')
location = project.virtualenv_location
if not allow_global:
if os.name == 'nt':
p = find_windows_executable(
Expand Down

0 comments on commit ae118c7

Please sign in to comment.