Merge pull request #484 from native-api/pyenv_latest_f

Reflect pyenv-latest switch change in 2.4.8
This commit is contained in:
native-api
2024-07-22 00:34:28 +03:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -325,7 +325,7 @@ else
fi
if [[ -n "${VERSION_NAME}" ]] && command -v pyenv-latest >/dev/null; then
VERSION_NAME="$(pyenv-latest -q "${VERSION_NAME}" || echo "${VERSION_NAME}")"
VERSION_NAME="$(pyenv-latest -f "${VERSION_NAME}")"
fi
if [ -z "${VERSION_NAME}" ] || [ -z "${VIRTUALENV_NAME}" ]; then