vimcmdline icon indicating copy to clipboard operation
vimcmdline copied to clipboard

Inheriting environment variable PATH from vim for conda virtual environment

Open NobodyXu opened this issue 5 years ago • 0 comments

I tried to use vimcmdline with conda, however it doesn't work due to the fact that the newly created python interpreter does not inherit the environment variable PATH from vim.

It works by appending /shared/conda/envs/environ_name to environment variable PATH.

So adding 'env PATH=' . $PATH when launching python through tmux should work.

NobodyXu avatar Apr 22 '19 03:04 NobodyXu