pyenv / pyenv-virtualenv

a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)
MIT License
6.37k stars 403 forks source link

Fix unbound variable errors when running `pyenv activate` with `set -u` Use default empty value. This fixes #422. #423

Closed ackalker closed 2 years ago

native-api commented 2 years ago

Closes #422

ackalker commented 2 years ago

Thanks for merging!