mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+1
-1
@@ -311,7 +311,7 @@ def do_where(virtualenv=False, bare=True):
|
||||
''.format(crayons.green('`pipenv install`')), err=True)
|
||||
elif not bare:
|
||||
click.echo(
|
||||
'Pipfile found at {0}. Considering this to be the project home.'
|
||||
'Pipfile found at {0}.\n Considering this to be the project home.'
|
||||
''.format(crayons.green(location)), err=True)
|
||||
else:
|
||||
click.echo(location)
|
||||
|
||||
Reference in New Issue
Block a user