mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-13 05:53: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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user