File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,10 @@ Updates
114
114
115
115
1.11
116
116
- Optimize virtualenvwrapper_show_workon_options.
117
- -
117
+ - Add global postactivate hook.
118
118
119
119
1.10
120
120
- Pull in fix for colorized ls from Jeff Forcier (b42a25f7b74a).
121
- - Add global postactivate hook.
122
121
123
122
1.9
124
123
- Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug.
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ function workon () {
144
144
145
145
source "$activate"
146
146
147
- virtualenvwrapper_source_hook "$VIRTUAL_ENV/bin/postactivate"
148
-
149
147
virtualenvwrapper_source_hook "$WORKON_HOME/postactivate"
148
+
149
+ virtualenvwrapper_source_hook "$VIRTUAL_ENV/bin/postactivate"
150
150
151
151
return 0
152
152
}
You can’t perform that action at this time.
0 commit comments