We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fa506 commit 82862edCopy full SHA for 82862ed
1 file changed
virtualenvwrapper_bashrc
@@ -47,6 +47,7 @@ function verify_workon_home () {
47
function mkvirtualenv () {
48
verify_workon_home
49
(cd "$WORKON_HOME"; virtualenv $*)
50
+ workon "${@:-1}"
51
}
52
53
# Remove an environment, in the WORKON_HOME.
0 commit comments