File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,11 @@ You can set certain environment variables to control the pyenv-virtualenv.
128
128
129
129
## Version History
130
130
131
+ #### 20140614
132
+
133
+ * Add ` pyenv virtualenv-init ` to enable auto-activation feature (#24 )
134
+ * Create symlinks for executables with version suffix (yyuu/pyenv #182 )
135
+
131
136
#### 20140602
132
137
133
138
* Use new style GH raw url to avoid redirects (raw.github.com -> raw.githubusercontent.com)
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=" 20140602 "
14
+ PYENV_VIRTUALENV_VERSION=" 20140614 "
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=" 20140602 "
7
+ export PYENV_VIRTUALENV_VERSION=" 20140614 "
8
8
}
9
9
10
10
@test " display virtualenv version" {
You can’t perform that action at this time.
0 commit comments