asyncrun.vim
asyncrun.vim copied to clipboard
How to run python scripts with other python interpreter?
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