mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-13 08:46:21 -04:00
Hide useless output from pyenv-virtualenv-prefix
This commit is contained in:
parent
f9d3984909
commit
64b2545d5e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue