File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11## Version History
22
3+ #### 1.2.4
4+ * Fix failing to detect ` -m venv ` when "python" is not provided by the distro by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/479
5+ * README: Remove dollar signs from commands that are meant to be copied by @galonsky in https://github.com/pyenv/pyenv-virtualenv/pull/481
6+ * Reflect pyenv-latest switch change in 2.4.8 by @native-api in https://github.com/pyenv/pyenv-virtualenv/pull/484
7+
38#### 1.2.3
49* Fix: add ` colorize ` helper by @silverjam in https://github.com/pyenv/pyenv-virtualenv/pull/470
510* Bump pyenv-virtualenv reporting version to match release by @ushuz in https://github.com/pyenv/pyenv-virtualenv/pull/471
Original file line number Diff line number Diff line change 1313# -u/--upgrade Imply --force
1414#
1515
16- PYENV_VIRTUALENV_VERSION=" 1.2.3 "
16+ PYENV_VIRTUALENV_VERSION=" 1.2.4 "
1717
1818set -e
1919[ -n " $PYENV_DEBUG " ] && set -x
You can’t perform that action at this time.
0 commit comments