mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
fix shell for new pyenv shell support
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user