lambdalisue / vim-pyenv

Activate the versions and the virtualenvs of pyenv within a live VIM session
107 stars 5 forks source link

Don't try to activate "system" pyenv #25

Open z0rc opened 7 years ago

z0rc commented 7 years ago

Is it possible to skip system (aka default system python) pyenv on auto activation?

Technically system isn't a pyenv and can be skipped just fine. It would save some init time and there won't be a warning that system env cannot be activated on vim start.

lambdalisue commented 7 years ago

Does

let g:pyenv#auto_activate=0

solves your problem?

z0rc commented 7 years ago

It's not what I'm looking for, I'd like to keep auto activation, but exclude system pyenv from automatic activation.

lambdalisue commented 7 years ago

Got it. I'll have a look. Ping me if I don't respond till sunday :+1: