asyncrun.vim icon indicating copy to clipboard operation
asyncrun.vim copied to clipboard

How to run python scripts with other python interpreter?

Open wqshmzh opened this issue 2 years ago • 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

wqshmzh avatar May 17 '23 06:05 wqshmzh

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

skywind3000 avatar May 17 '23 07:05 skywind3000