mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-09 20:13:54 -05:00
v1.1.4
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 1.1.4
|
||||||
|
|
||||||
|
* Support newer conda (#290)
|
||||||
|
* Prefer `python3.x` executable if avaialble (#206, #282, #296)
|
||||||
|
|
||||||
#### 1.1.3
|
#### 1.1.3
|
||||||
|
|
||||||
* No code changes since 1.1.2
|
* No code changes since 1.1.2
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
# -f/--force Install even if the version appears to be installed already
|
# -f/--force Install even if the version appears to be installed already
|
||||||
#
|
#
|
||||||
|
|
||||||
PYENV_VIRTUALENV_VERSION="1.1.3"
|
PYENV_VIRTUALENV_VERSION="1.1.4"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user