mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-12 21:43:51 -05:00
v1.1.2
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 1.1.2
|
||||||
|
|
||||||
|
* Use custom get-pip URL based on the target version (#253, #254, #255)
|
||||||
|
* Source conda 4.4.4 shell files (#251)
|
||||||
|
* Evaluate force flag before testing if venv exists (#232)
|
||||||
|
|
||||||
#### 1.1.1
|
#### 1.1.1
|
||||||
|
|
||||||
* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
|
* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
|
||||||
|
|||||||
@@ -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.1"
|
PYENV_VIRTUALENV_VERSION="1.1.2"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|||||||
Reference in New Issue
Block a user