mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-12 13:33:52 -05:00
Hide useless output from pyenv-virtualenv-prefix
This commit is contained in:
@@ -39,7 +39,7 @@ if [ "${#versions[@]}" -gt 1 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pyenv-virtualenv-prefix "${versions}"
|
||||
pyenv-virtualenv-prefix "${versions}" 1>/dev/null
|
||||
|
||||
echo "pyenv shell \"${versions}\""
|
||||
case "$shell" in
|
||||
|
||||
Reference in New Issue
Block a user