From c037f7c008550bf3465ca7808ee2a000a9718af5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 13 Mar 2018 14:42:20 -0400 Subject: [PATCH] help Signed-off-by: Kenneth Reitz --- pipenv/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/help.py b/pipenv/help.py index 71e045d4..a9e9c489 100644 --- a/pipenv/help.py +++ b/pipenv/help.py @@ -10,7 +10,7 @@ from .core import project, system_which, find_python_in_path, python_version from .pep508checker import lookup def main(): - print('
python -m pipenv.help output') + print('
$ python -m pipenv.help output') print('Pipenv version: `{0!r}`'.format(__version__)) print('') print('Pipenv location: `{0!r}`'.format(os.path.dirname(pipenv.__file__)))