diff --git a/pipenv/cli.py b/pipenv/cli.py index c97f9861..1f6bdc29 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -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)