pyenv activate <env> fails due to unbound variable when set -u
is in effect
#422
Closed
12 tasks done
set -u
is in effect
#422
Too many issues will kill our team's development velocity, drastically.
Make sure you have checked all steps below.
Prerequisite
pyenv-virtualenv
plugin only. Please refrain from reporting issues of other plugins here.Description
PYENV_DEBUG=1
, e.g.env PYENV_DEBUG=1 pyenv install -v 3.6.4
Using Bash, when
set -u
is in effect,pyenv activate <env>
fails with unbound variable errors. This happens both in interactive shells and shell scripts in whicheval "$(pyenv init -)"
is used.EDIT: Cleaned-up gists are in the next comment.
The text was updated successfully, but these errors were encountered: