Show activating... messages by default

This commit is contained in:
Yamashita, Yuu
2015-11-06 17:27:50 +00:00
parent dae2788f56
commit bf7e9ba59a
3 changed files with 12 additions and 16 deletions

View File

@@ -87,9 +87,7 @@ if [ -z "$PYENV_VIRTUALENV_INIT" ]; then
pyenv-virtualenv-init >&2 || true
fi
if [ -n "$VERBOSE" ]; then
echo "pyenv-virtualenv: activate ${versions}" 1>&2
fi
echo "pyenv-virtualenv: activate ${versions}" 1>&2
if [ -z "$no_shell" ]; then
echo "pyenv shell \"${versions}\";"