We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90bd92 commit 6179ac7Copy full SHA for 6179ac7
bin/pyenv-virtualenv
@@ -317,7 +317,7 @@ else
317
fi
318
319
if [[ -n "${VERSION_NAME}" ]] && command -v pyenv-latest >/dev/null; then
320
- VERSION_NAME="$(pyenv-latest -q "${VERSION_NAME}" || echo "${VERSION_NAME}")"
+ VERSION_NAME="$(pyenv-latest -f "${VERSION_NAME}")"
321
322
323
if [ -z "${VERSION_NAME}" ] || [ -z "${VIRTUALENV_NAME}" ]; then
test/virtualenv.bats
@@ -65,7 +65,7 @@ OUT
65
stub pyenv-exec "python -s -m ensurepip : false"
66
stub pyenv-exec "python -s */get-pip.py : true"
67
stub curl true
68
- stub pyenv-latest "-q 2.7 : echo 2.7.11"
+ stub pyenv-latest "-f 2.7 : echo 2.7.11"
69
70
run pyenv-virtualenv "2.7" "venv"
71
0 commit comments