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

How to set default conda env $CONDA_DEFAULT_ENV?

Open caticoa3 opened this issue 4 years ago • 0 comments

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 didn't work

I also tried adding: let g.CONDA_DEFAULT_ENV="root" even though I didn't think it would work.

Is there a way to set a default env so that I don't have to select an env when I start neovim?

caticoa3 avatar May 04 '20 09:05 caticoa3