- Notifications
You must be signed in to change notification settings - Fork523
Releases: pyenv-win/pyenv-win
Adding WiX to python package
754a6ca
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
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Support many global and local versions
4d621af
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 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.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Updates..! Prevent infinite recursion and bug fixes
404cd4b
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.
- Note:
Assets2
Uh oh!
There was an error while loading.Please reload this page.
updates in PATH
3438e04
Compare
- Check
PATH
inpyenv version
to report other Python versions.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Adding support to extended installer options
c7161ae
Compare
Assets2
Uh oh!
There was an error while loading.Please reload this page.
PEP 514
0be71a7
Compare
Following PEP 514 standard option are given while installing python
pyenv install 3.8.7 --register
Assets2
Uh oh!
There was an error while loading.Please reload this page.
pyenv --version updated
4ee4427
Compare
pyenv --version updated to resolve the username contains spaces.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Added paths for all python versions
c77d22c
Compare
Fix exec: add paths for all python versions
Assets2
Uh oh!
There was an error while loading.Please reload this page.
PATH variable updates
c9c96c7
Compare
Ensure PATH update is temporary Fixed
Add Travis badge
Update change log
Assets2
Uh oh!
There was an error while loading.Please reload this page.
Exec fixed pushing to pypi
Compare
v2.64.7.1updated version
Assets2
Uh oh!
There was an error while loading.Please reload this page.