Releases: pyenv/pyenv-virtualenv
Releases · pyenv/pyenv-virtualenv
v1.2.4
What's Changed
- Fix failing to detect
-m venv
when "python" is not provided by the distro by @native-api in #479 - README: Remove dollar signs from commands that are meant to be copied by @galonsky in #481
- Reflect pyenv-latest switch change in 2.4.8 by @native-api in #484
New Contributors
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Fix: add
colorize
helper by @silverjam in #470 - Bump pyenv-virtualenv reporting version to match release by @ushuz in #471
- Add fish prompt changing by @romirk in #475
- Don't activate if a 3rd-party venv is activated over ours by @native-api in #478
New Contributors
- @silverjam made their first contribution in #470
- @ushuz made their first contribution in #471
- @romirk made their first contribution in #475
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Prompt removal was never done and is not planned anymore by @native-api in #447
- Update PYENV_VIRTUALENV_VERSION by @jack-mcivor in #449
- Add activate/deactivate hooks by @joshfrench in #452
- More helpful error message when requesting a nonexistent base version by @MarcinKonowalczyk in #454
- Add fish install oneliner by @ElijahLynn in #322
- Link python*-config into VE by @native-api in #460
New Contributors
- @jack-mcivor made their first contribution in #449
- @joshfrench made their first contribution in #452
- @MarcinKonowalczyk made their first contribution in #454
- @ElijahLynn made their first contribution in #322
Full Changelog: v1.2.1...v1.2.2
What's Changed
- Prompt removal was never done and is not planned anymore by @native-api in #447
- Update PYENV_VIRTUALENV_VERSION by @jack-mcivor in #449
- Add activate/deactivate hooks by @joshfrench in #452
- More helpful error message when requesting a nonexistent base version by @MarcinKonowalczyk in #454
- Add fish install oneliner by @ElijahLynn in #322
- Link python*-config into VE by @native-api in #460
New Contributors
- @jack-mcivor made their first contribution in #449
- @joshfrench made their first contribution in #452
- @MarcinKonowalczyk made their first contribution in #454
- @ElijahLynn made their first contribution in #322
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Support prefixes resolved by pyenv-latest as base version names by @native-api in #446
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- ~/.*rc should be modified instead of ~/.*profile by @native-api in #384
- Fixes #394 - update pyenv virtualenvs to list virtualenvs start with dot prefixes by @Gauravtalreja1 in #395
- Fix installation steps to allow for Pyenv 2 by @native-api in #388
- Fix get-pip.py URLs for older versions of Python by @jivanf in #403
- Add (y/N) prompt help text by @sh-cho in #404
- perf(sh-activate): avoid a pyenv-version-name call by @scop in #380
- Fix unbound variable errors when running
pyenv activate
withset -u
Use default empty value. This fixes #422. by @ackalker in #423 - Fix another unbound variable error by @ackalker in #424
- Update
get-pip.py
URLs inpyenv-virtualenv
by @mcdonnnj in #426 - Deduplicate shims in $PATH for the fish shell during initialization by @ericvw in #430
- Upgrade uninstall hook after pyenv/pyenv#2432 by @laggardkernel in #438
- Stop delete force failing when virtualenv does not exist by @eganjs in #330
- fix: relative path to pyenv-realpath.dylib by @scop in #378
- Spelling fixes by @scop in #352
- Clone bats with --depth=1, gitignore it by @scop in #351
- set -u fixes by @scop in #350
- Set up Github Actions CI by @native-api in #440
- Enhance documentation about options for
pyenv virtualenv
by @pylipp in #425 - Return control to pyenv-uninstall in uninstall/envs.bash by @aiguofer in #321
- Use realpath of scripts to determine relative locations by @andrew-christianson in #308
- Shell detect improvements by @scop in #377
New Contributors
- @native-api made their first contribution in #384
- @Gauravtalreja1 made their first contribution in #395
- @jivanf made their first contribution in #403
- @sh-cho made their first contribution in #404
- @ackalker made their first contribution in #423
- @mcdonnnj made their first contribution in #426
- @ericvw made their first contribution in #430
- @laggardkernel made their first contribution in #438
- @eganjs made their first contribution in #330
- @pylipp made their first contribution in #425
- @aiguofer made their first contribution in #321
- @andrew-christianson made their first contribution in #308
Full Changelog: v1.1.5...v1.2.0