Remove --no-site-packages as that is now the default behavior
This commit is contained in:
@@ -11,7 +11,7 @@ function mkvenv {
|
|||||||
group 'virtualenv'
|
group 'virtualenv'
|
||||||
|
|
||||||
cwd=`basename \`pwd\``
|
cwd=`basename \`pwd\``
|
||||||
mkvirtualenv --no-site-packages --distribute $cwd
|
mkvirtualenv --distribute $cwd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ function mkvbranch {
|
|||||||
about 'create a new virtualenv for the current branch'
|
about 'create a new virtualenv for the current branch'
|
||||||
group 'virtualenv'
|
group 'virtualenv'
|
||||||
|
|
||||||
mkvirtualenv --no-site-packages --distribute "$(basename `pwd`)@$(git_prompt_info)"
|
mkvirtualenv --distribute "$(basename `pwd`)@$(git_prompt_info)"
|
||||||
}
|
}
|
||||||
|
|
||||||
function wovbranch {
|
function wovbranch {
|
||||||
|
|||||||
Reference in New Issue
Block a user