mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
v1.1.1
This commit is contained in:
parent
c2ba4952ff
commit
4c8da67f02
|
|
@ -1,5 +1,10 @@
|
|||
## Version History
|
||||
|
||||
#### 1.1.1
|
||||
|
||||
* Set `CONDA_PREFIX` to make is useable in conda activate/deactivate scripts (#224)
|
||||
* Generate `pydoc` executable after creating new virtualenv (#197, #230)
|
||||
|
||||
#### 1.1.0
|
||||
|
||||
* fish: use "set -gx" instead of "setenv" (#215, #216, #217, #218)
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
# -f/--force Install even if the version appears to be installed already
|
||||
#
|
||||
|
||||
PYENV_VIRTUALENV_VERSION="1.1.0"
|
||||
PYENV_VIRTUALENV_VERSION="1.1.1"
|
||||
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
|
|
|||
Loading…
Reference in a new issue