Merge pull request #584 from rfleschenberg/improve-pyenv-detection

Improve pyenv detection
This commit is contained in:
2017-09-17 11:14:45 -04:00
committed by GitHub
+1 -1
View File
@@ -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'))