vim-virtualenv
vim-virtualenv copied to clipboard
Vim plugin for working with python virtualenvs
Why after installing it, i can't call :VirtualEnvList It shows command doesn't exist
Error detected while processing function virtualenv#activate: line 44: Traceback (most recent call last): File "", line 1, in File "/Users/xxx/.vim/plugged/vim-virtualenv/autoload/pyvenv.py", line 47, in activate code = compile(f, activate, 'exec') File...
It looks only support venv by detect `$VIRTUAL_ENV`. Can it support [pyenv](https://github.com/pyenv/pyenv) which use `$PYENV_VERSION`? Thanks!
Note: I use pyvenv for virtual environments, I don't know if the same problem occurs for virtualenv users. The issues is probably related to how the sys.path is handled for...
Hi, I am using vim-virtualenv via vim-pipenv and I kept getting the error: ``` if !isdirectory(env_dir) if !silent echoerr "No virtualenv could be auto-detected and activated." endif return endif ```...
run `:VirtualEnvActive myenv`, and run script by key mapping`autocmd BufRead,BufNewFile *.py nmap :!python %` then it also tell me no thirds models