skywind3000/asyncrun.vim

How to run python scripts with other python interpreter?

Opened this issue · 1 comments

I use conda to create environment for python. How can I run asyncrun.vim using the python interpreter in that conda environment? Thank you

When you created a conda environment, check the python interpreter path in that env.

And use the absolute path of python interpreter in asyncrun, like:

:AsyncRun /absolute/path/to/python  --version