Add support for pyenv-virtualenv
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'virtualenvwrapper helper functions'
|
about-plugin 'virtualenvwrapper helper functions'
|
||||||
|
|
||||||
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh
|
if [[ `command -v pyenv` ]]; then
|
||||||
|
pyenv virtualenvwrapper
|
||||||
|
else
|
||||||
|
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
function mkvenv {
|
function mkvenv {
|
||||||
|
|||||||
Reference in New Issue
Block a user