native-api

Results 407 comments of native-api

With that feature, the "pin" should be unneeded. When installing, "3.10" resolves to the latest known 3.10 release, when selecting, to the latest installed.

You can `pyenv global/local 3.10` just as well.

> (though only for the latest bugfix version) Possible prefixes aren't limited to just `X.Y`, you can search for any full prefix (i.e. followed by a `.` or a `-`...

Implemented auto-resolving micro versions in https://github.com/pyenv/pyenv/pull/2487

Implemented auto-resolving micro versions in https://github.com/pyenv/pyenv/pull/2487

Please add the required disgnostic details as per the issue template.

``` $ pyenv version --help Usage: pyenv version Shows the currently selected Python version(s) and how it was selected. To obtain only the version string, use `pyenv version-name'. ```

https://github.com/ashwinvis/pyenv-virtualenv-migrate

With hard-coded linking, dynamic version selection won't work -- everything would constantly point to the version that was selected the last time `pyenv rehash` ran. [You can use Pyenv without...

> The location of a given executable only changes when installing, removing, or selecting a version. Also when changing directories or a certain envvar. Or something in Pyenv has changed...