Releases: pyenv-win/pyenv-win
Releases · pyenv-win/pyenv-win
Adding WiX to python package
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
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 thepyenv uninstall
command for those versions.
- Note: It is best to uninstall affected versions (3.9.11 and above) via Windows'
New in 3.0
- Fix #311: Support many global and shell versions.
- Fix #318:
pyenv global
andpyenv local
no longer affect PYENV_VERSION, which onlypyenv shell
should affect. - The test suite emulates a 32 bit architecture environment.
- The test suite now also runs tests using
powershell
andpwsh
in addition tocmd
. pyenv shell
now works likepyenv global
andpyenv 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
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.
- Note:
updates in PATH
- Check
PATH
inpyenv version
to report other Python versions.
Adding support to extended installer options
PEP 514
Following PEP 514 standard option are given while installing python
pyenv install 3.8.7 --register
pyenv --version updated
pyenv --version updated to resolve the username contains spaces.
Added paths for all python versions
Fix exec: add paths for all python versions
PATH variable updates
Ensure PATH update is temporary Fixed
Add Travis badge
Update change log
Exec fixed pushing to pypi
v2.64.7.1 updated version