We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c816b commit 187d11aCopy full SHA for 187d11a
virtualenvwrapper.sh
@@ -211,10 +211,6 @@ function virtualenvwrapper_setup_tab_completion {
211
212
# Set up virtualenvwrapper properly
213
function virtualenvwrapper_initialize {
214
- if [ ! -z "$VIRTUALENVWRAPPER_INITIALIZED" ]
215
- then
216
- return 0
217
- fi
218
export WORKON_HOME="$(virtualenvwrapper_derive_workon_home)"
219
220
virtualenvwrapper_verify_workon_home -q || return 1
@@ -240,8 +236,6 @@ function virtualenvwrapper_initialize {
240
236
241
237
virtualenvwrapper_setup_tab_completion
242
238
243
- export VIRTUALENVWRAPPER_INITIALIZED=1
244
-
245
239
return 0
246
}
247
0 commit comments