mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #584 from rfleschenberg/improve-pyenv-detection
Improve pyenv detection
This commit is contained in:
@@ -51,4 +51,4 @@ PIPENV_TIMEOUT = int(os.environ.get('PIPENV_TIMEOUT', 120))
|
||||
|
||||
PIPENV_INSTALL_TIMEOUT = 60 * 15
|
||||
|
||||
PYENV_INSTALLED = os.environ.get('PYENV_ROOT')
|
||||
PYENV_INSTALLED = bool(os.environ.get('PYENV_SHELL'))
|
||||
|
||||
Reference in New Issue
Block a user