Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-18 | 3.8 kB | |
v1.2.0.tar.gz | 2022-10-18 | 28.3 kB | |
v1.2.0.zip | 2022-10-18 | 50.8 kB | |
Totals: 3 Items | 82.8 kB | 0 |
What's Changed
- ~/.rc should be modified instead of ~/.profile by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/384
- Fixes [#394] - update pyenv virtualenvs to list virtualenvs start with dot prefixes by @Gauravtalreja1 in https://github.com/pyenv/pyenv-virtualenv/pull/395
- Fix installation steps to allow for Pyenv 2 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/388
- Fix get-pip.py URLs for older versions of Python by @jivanf in https://github.com/pyenv/pyenv-virtualenv/pull/403
- Add (y/N) prompt help text by @sh-cho in https://github.com/pyenv/pyenv-virtualenv/pull/404
- perf(sh-activate): avoid a pyenv-version-name call by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/380
- Fix unbound variable errors when running
pyenv activate
withset -u
Use default empty value. This fixes [#422]. by @ackalker in https://github.com/pyenv/pyenv-virtualenv/pull/423 - Fix another unbound variable error by @ackalker in https://github.com/pyenv/pyenv-virtualenv/pull/424
- Update
get-pip.py
URLs inpyenv-virtualenv
by @mcdonnnj in https://github.com/pyenv/pyenv-virtualenv/pull/426 - Deduplicate shims in $PATH for the fish shell during initialization by @ericvw in https://github.com/pyenv/pyenv-virtualenv/pull/430
- Upgrade uninstall hook after pyenv/pyenv#2432 by @laggardkernel in https://github.com/pyenv/pyenv-virtualenv/pull/438
- Stop delete force failing when virtualenv does not exist by @eganjs in https://github.com/pyenv/pyenv-virtualenv/pull/330
- fix: relative path to pyenv-realpath.dylib by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/378
- Spelling fixes by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/352
- Clone bats with --depth=1, gitignore it by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/351
- set -u fixes by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/350
- Set up Github Actions CI by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/440
- Enhance documentation about options for
pyenv virtualenv
by @pylipp in https://github.com/pyenv/pyenv-virtualenv/pull/425 - Return control to pyenv-uninstall in uninstall/envs.bash by @aiguofer in https://github.com/pyenv/pyenv-virtualenv/pull/321
- Use realpath of scripts to determine relative locations by @andrew-christianson in https://github.com/pyenv/pyenv-virtualenv/pull/308
- Shell detect improvements by @scop in https://github.com/pyenv/pyenv-virtualenv/pull/377
New Contributors
- @native-api made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/384
- @Gauravtalreja1 made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/395
- @jivanf made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/403
- @sh-cho made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/404
- @ackalker made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/423
- @mcdonnnj made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/426
- @ericvw made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/430
- @laggardkernel made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/438
- @eganjs made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/330
- @pylipp made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/425
- @aiguofer made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/321
- @andrew-christianson made their first contribution in https://github.com/pyenv/pyenv-virtualenv/pull/308
Full Changelog: https://github.com/pyenv/pyenv-virtualenv/compare/v1.1.5...v1.2.0