vim-conda
vim-conda copied to clipboard
Change conda environments in the Vim editor (with Jedi-vim support)
Starting from Conda 4.4, the recommended way of activating conda env has been [changed](https://conda.io/docs/release-notes.html#id24). Now when I execute `CondaChangeEnv` command with the latest setup (setting `. /opt/conda/etc/profile.d/conda.sh` in `.bashrc`). The...
Hey there, thanks for the great plugin! I have one issue. When I start vim with an active conda environment, that conda envirnoment is not listed when running `CondaChangeEnv`. Which...
where and how exactly should I set this variable on windows I have already tried: C:\Users\adrian\Miniconda3\Scripts\conda.exe /c/Users/adrian/Miniconda3/Scripts/conda.exe in System Properieties > Environment Variables and in neovim running :echo $CONDA_EXE it...
Error detected while processing /home/harsh/.cache/vimfiles/.cache/vimrc/.dein/plugin/vim-conda.vim: line 42: Traceback (most recent call last): File "", line 1, in File "/home/harsh/.cache/vimfiles/.cache/vimrc/.dein/plugin/vimconda.py", line 15, in from subprocess import check_output, PIPE File "/home/harsh/anaconda3/lib/python3.7/subprocess.py", line...
Hi, I get a whole bunch of errors when starting Neovim, or forcing plugins to update: ``` Error invoking 'python_execute' on channel 3 (python3-script-host): Traceback (most recent call last): File...
First off cool plug-in! Thanks for creating it. I would like to set a default conda env I tried adding the line: export CONDA_DEFAULT_ENV="root" in .bashrc and .zshrc but that...
Hi, I wonder if there is a way to setup the environment from the start in vimrc or at least map key for choosing a particular env without choosing one...
So vim was throwing me this error;  You can reproduce it using the following steps: 1). Switch to any other conda environment, 2). Switch back to the original "Anaconda3"...
The `vim-conda` plugin takes way too long to load, 400-500 ms based on `--startuptime` timings. The `subprocess` calls are surely a big chunk, but we can be smarter in how...
Currently we are adding the `site-packages` for an activated env, but it seems we really also need to add the stdlib path, otherwise py3-specific stuff in the stdlib isn't found.