- outdated info

[no ci]
This commit is contained in:
Ivan Pozdeev 2026-03-24 09:05:13 +03:00
parent 0d71a264c2
commit 8397a19c64
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -348,10 +348,9 @@ locations of the currently selected versions.
Displays the latest installed or known version with the given prefix Displays the latest installed or known version with the given prefix
Usage: pyenv latest [-k|--known] [-q|--quiet] <prefix> Usage: pyenv latest [-k|--known] <prefix>
-k/--known Select from all known versions instead of installed -k/--known Select from all known versions instead of installed
-q/--quiet Do not print an error message on resolution failure
Only full prefixes are searched: in the actual name, the given prefix must be followed by a dot or a dash. Only full prefixes are searched: in the actual name, the given prefix must be followed by a dot or a dash.