File tree 3 files changed +10
-5
lines changed 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ virtualenv will be created with given name based on current
86
86
version.
87
87
88
88
```
89
- $ pyenv version
90
- 3.4.1 (set by /home/yyuu/.pyenv/version)
91
- $ pyenv virtualenv venv34
89
+ $ pyenv version
90
+ 3.4.1 (set by /home/yyuu/.pyenv/version)
91
+ $ pyenv virtualenv venv34
92
92
```
93
93
94
94
@@ -128,6 +128,11 @@ You can set certain environment variables to control the pyenv-virtualenv.
128
128
129
129
## Version History
130
130
131
+ #### 20140615
132
+
133
+ * Fix incompatibility issue of ` pyenv activate ` and ` pyenv deactivate ` (#26 )
134
+ * Workaround for the issue with pyenv-which-ext (#26 )
135
+
131
136
#### 20140614
132
137
133
138
* Add ` pyenv virtualenv-init ` to enable auto-activation feature (#24 )
Original file line number Diff line number Diff line change 11
11
# -f/--force Install even if the version appears to be installed already
12
12
#
13
13
14
- PYENV_VIRTUALENV_VERSION=" 20140614 "
14
+ PYENV_VIRTUALENV_VERSION=" 20140615 "
15
15
16
16
set -e
17
17
[ -n " $PYENV_DEBUG " ] && set -x
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ load test_helper
4
4
5
5
setup () {
6
6
export PYENV_ROOT=" ${TMP} /pyenv"
7
- export PYENV_VIRTUALENV_VERSION=" 20140614 "
7
+ export PYENV_VIRTUALENV_VERSION=" 20140615 "
8
8
}
9
9
10
10
@test " display virtualenv version" {
You can’t perform that action at this time.
0 commit comments