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

Use WSL Python as anaconda interpreter in Windows 11 ST4? #936

Open
aathbt opened this issue Jun 26, 2023 · 0 comments
Open

Use WSL Python as anaconda interpreter in Windows 11 ST4? #936

aathbt opened this issue Jun 26, 2023 · 0 comments

Comments

@aathbt
Copy link

aathbt commented Jun 26, 2023

I was wondering whether it was possible to use a python executable from WSL2 (Ubuntu 22) as interpreter in the anaconda package in ST4 Build 4143 on Windows 11 22H2.

So far, I’ve tried different paths

{
	"python_interpreter": "/home/<username>/mambaforge/envs/bio/bin/python",
	"python_interpreter": "wsl /home/<username>/mambaforge/envs/bio/bin/python",
	"python_interpreter": "wsl \\\\wsl$\\Ubuntu\\home\\<username>\\mambaforge\\envs\\bio\\bin\\python",
	"python_interpreter": "wsl \\\\wsl.localhost\\Ubuntu\\home\\<username>\\mambaforge\\envs\\bio\\bin\\python",
	"python_interpreter": "wsl --exec /home/<username>/mambaforge/envs/bio/bin/python"
}

But all my tries ended up with
3398f7bb220b87d3f65bea1569e36a44ffa264db

Any ideas?

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

1 participant