From 7939ccc878b669e6ccc5f33fbf1cdc1bd060e919 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 27 Sep 2017 10:47:02 -0400 Subject: [PATCH] fix shell for new pyenv shell support Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 65ed9c56..0224ba47 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -1937,7 +1937,7 @@ def do_shell(three=None, python=False, fancy=False, shell_args=None): # Compatibility mode: if compat: try: - shell = PIPENV_SHELL + shell = os.path.abspath(PIPENV_SHELL) except KeyError: click.echo( crayons.red(