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 795d3d8 commit 3f3aee7Copy full SHA for 3f3aee7
virtualenvwrapper_bashrc
@@ -115,7 +115,7 @@ function rmvirtualenv () {
115
# List the available environments.
116
function virtualenvwrapper_show_workon_options () {
117
virtualenvwrapper_verify_workon_home
118
- find "$WORKON_HOME" -maxdepth 1 -mindepth 1 -type d -exec basename '{}' \; | egrep -v '*.egg' | egrep -v '(pre|post)(rm|mk)virtualenv' | sort
+ find "$WORKON_HOME" -maxdepth 1 -mindepth 1 -type d -exec basename '{}' \; | sort
119
}
120
121
# List or change working virtual environments
0 commit comments