mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-11 13:03:52 -05:00
v20151103
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 20151103
|
||||||
|
|
||||||
|
* Passing return value from executed command. (#100)
|
||||||
|
* Add workaround for commands installed in a virtual environment created by `pyvenv` (#62)
|
||||||
|
* init: zsh: prepend hook to `precmd_functions` (#101)
|
||||||
|
|
||||||
#### 20151006
|
#### 20151006
|
||||||
|
|
||||||
* Ignore user's site-packages on ensurepip/get-pip (#89)
|
* Ignore user's site-packages on ensurepip/get-pip (#89)
|
||||||
|
|||||||
@@ -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="20151006"
|
PYENV_VIRTUALENV_VERSION="20151103"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -n "$PYENV_DEBUG" ] && set -x
|
[ -n "$PYENV_DEBUG" ] && set -x
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ load test_helper
|
|||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
export PYENV_ROOT="${TMP}/pyenv"
|
export PYENV_ROOT="${TMP}/pyenv"
|
||||||
export PYENV_VIRTUALENV_VERSION="20151006"
|
export PYENV_VIRTUALENV_VERSION="20151103"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "display virtualenv version" {
|
@test "display virtualenv version" {
|
||||||
|
|||||||
Reference in New Issue
Block a user