fix shell for new pyenv shell support

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-27 10:47:02 -04:00
parent 04ce86abe0
commit 7939ccc878
+1 -1
View File
@@ -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(