Hide useless output from pyenv-virtualenv-prefix

This commit is contained in:
Yamashita Yuu
2014-01-17 22:43:03 +09:00
parent f9d3984909
commit 64b2545d5e

View File

@@ -39,7 +39,7 @@ if [ "${#versions[@]}" -gt 1 ]; then
exit 1 exit 1
fi fi
pyenv-virtualenv-prefix "${versions}" pyenv-virtualenv-prefix "${versions}" 1>/dev/null
echo "pyenv shell \"${versions}\"" echo "pyenv shell \"${versions}\""
case "$shell" in case "$shell" in