vim-virtualenv icon indicating copy to clipboard operation
vim-virtualenv copied to clipboard

[feature] support pyenv?

Open Freed-Wu opened this issue 3 years ago • 1 comments

It looks only support venv by detect $VIRTUAL_ENV. Can it support pyenv which use $PYENV_VERSION? Thanks!

Freed-Wu avatar Oct 12 '22 07:10 Freed-Wu

I'm assuming you mean that if PYENV_VERSION is set, this plugin should instead use the python version that pyenv associates with that version spec?

I haven't researched what would be involved in overriding the python interpreter used by vim/nvim, but it sounds like it might be better suited for its own plugin. I'll look into it further.

jmcantrell avatar Oct 14 '22 01:10 jmcantrell