Skip to content

Support many global and local versions

Compare
Choose a tag to compare
@kirankotari kirankotari released this 19 Jul 08:14
· 150 commits to master since this release
4d621af

New in 3.1

  • Fix #142: Prefer the local installer over the web based installer
  • Fix #401, #396, #383 and #360: Added the same level of support for local based installer as we have for web based installers in #410
    • Note: It is best to uninstall affected versions (3.9.11 and above) via Windows' Add or remove Programs systems settings page before running the pyenv uninstall command for those versions.

New in 3.0

  • Fix #311: Support many global and shell versions.
  • Fix #318: pyenv global and pyenv local no longer affect PYENV_VERSION, which only pyenv shell should affect.
  • The test suite emulates a 32 bit architecture environment.
  • The test suite now also runs tests using powershell and pwsh in addition to cmd.
  • pyenv shell now works like pyenv global and pyenv local in that, on 32-bit platforms, it adds -win32 to every supplied version if not explicitly added.