Skip to content

Releases: pyenv-win/pyenv-win

Adding WiX to python package

20 Jul 14:28
754a6ca
Compare
Choose a tag to compare

New in 3.1.1

  • Fix #413: bug: pyenv install failing because the system cannot find the file specified 'dark.exe'
  • Adding: python 3.8, 3.9 and 3.10 in classifiers

Support many global and local versions

19 Jul 08:14
4d621af
Compare
Choose a tag to compare

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.

Updates..! Prevent infinite recursion and bug fixes

13 Sep 12:03
404cd4b
Compare
Choose a tag to compare

New in 2.64.11

  • Fix #287: Prevent infinite recursion by removing the shims directory from the path.
  • Fix #259: Correctly handle spaces in pyenv path.
  • Fix #305: Fix exec preferring the last version listed in .python-version instead of the first.
    • Note: pyenv rehash must be called after upgrading. Expect the following error message if you don't:
      'Scripts' is not recognized as an internal or external command,
      operable program or batch file.
      

updates in PATH

30 Aug 08:15
3438e04
Compare
Choose a tag to compare
  • Check PATH in pyenv version to report other Python versions.

Adding support to extended installer options

20 Jul 15:56
c7161ae
Compare
Choose a tag to compare
  • Feature #210: Support extended installer options
  • Fix #269: Migration from travis-ci to GitHub Actions
  • Fix exec shims for bat files.
  • Fix #193: PowerShell support for pyenv shell

PEP 514

09 Jun 21:15
0be71a7
Compare
Choose a tag to compare

Following PEP 514 standard option are given while installing python

pyenv install 3.8.7 --register

pyenv --version updated

15 May 20:22
4ee4427
Compare
Choose a tag to compare

pyenv --version updated to resolve the username contains spaces.

Added paths for all python versions

11 May 13:12
c77d22c
Compare
Choose a tag to compare

Fix exec: add paths for all python versions

PATH variable updates

07 May 11:20
c9c96c7
Compare
Choose a tag to compare

Ensure PATH update is temporary Fixed
Add Travis badge
Update change log

Exec fixed pushing to pypi

04 May 06:26
Compare
Choose a tag to compare
v2.64.7.1

updated version