Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run python scripts with other python interpreter? #277

Open
wqshmzh opened this issue May 17, 2023 · 1 comment
Open

How to run python scripts with other python interpreter? #277

wqshmzh opened this issue May 17, 2023 · 1 comment

Comments

@wqshmzh
Copy link

wqshmzh commented May 17, 2023

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

@skywind3000
Copy link
Owner

skywind3000 commented May 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants