roxma / python-support.nvim

[DEPRECATED] use a single command :PythonSupportInit to initialize python support for neovim.
25 stars 10 forks source link

how this works if I have Pyenv ? #9

Closed ysolis closed 7 years ago

ysolis commented 7 years ago

I have Pyenv (https://github.com/pyenv/pyenv) to manage all my Python version and virtualenv/venv for several projects.

Can this plugin detect this and build the virtualenvs needed inside pyenv ? Actually I build to pyenv-virtualenv, py2_neovim and py3_neovim, with neovim eggs installed, can be this be autoamted with these tool?

roxma commented 7 years ago

I'm not sure about what you want. Can you elaborate?

ysolis commented 7 years ago

this plugin build virtualenvs/venvs for Python 2/3 for neovim usage (installing neovim egg and other ones that you indicate).

with PyEnv you can create virtualenvs for Python 2/3 with pyenv virtualenv command you need to install previously Python2/3 (pyenv provides the virtualenv requirements)

I like to know if the plugin can work with PyEnv (building the venvs behind scenes and installing neovim on this). If appear to be much work, then no problem really.

roxma commented 7 years ago

This plugin uses the python2 and python3 in your $PATH to create the virtualenv. It doesn't use pyenv

ysolis commented 7 years ago

well, then, don't fix needed.