Commit e9b88cc 1 parent d811b3f commit e9b88cc Copy full SHA for e9b88cc
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Version History
2
2
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
+
3
8
#### 1.2.3
4
9
* Fix: add ` colorize ` helper by @silverjam in https://github.com/pyenv/pyenv-virtualenv/pull/470
5
10
* 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 13
13
# -u/--upgrade Imply --force
14
14
#
15
15
16
- PYENV_VIRTUALENV_VERSION=" 1.2.3 "
16
+ PYENV_VIRTUALENV_VERSION=" 1.2.4 "
17
17
18
18
set -e
19
19
[ -n " $PYENV_DEBUG " ] && set -x
You can’t perform that action at this time.
0 commit comments