Python Support #15088
-
The primary reason I haven't been using Theia-IDE is because I cannot select python run-time python interpreter such as Anaconda. Can this be fixed? I love it for Java <3 already. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hey @ludiusvox, we're just reusing the Python for VS Code extension packages. Can you check whether you can select the Anaconda interpreter in VS Code? If not, please file an issue with the people over at Microsoft. |
Beta Was this translation helpful? Give feedback.
-
I specifically use anaconda or miniconda, I can't find the part of the problem of where I can select the runtime. This problem is causing me to not be able to use the software currently. I <3 the java stuff however
…On March 1, 2025 8:39:30 PM EST, Mark Sujew ***@***.***> wrote:
Hey @ludiusvox,
we're just reusing the Python for VS Code extension packages. Can you check whether you can select the Anaconda interpreter there? If not, please file an issue with the people over at [Microsoft](https://github.com/microsoft/vscode-python).
--
Reply to this email directly or view it on GitHub:
#15088 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Okay i will try this, and give it another shot. Otherwise I really like the IDE
…On March 2, 2025 6:16:00 AM EST, Mark Sujew ***@***.***> wrote:
You can use the `Python: Select Interpreter` command from the command palette to select your preferred python runtime:

Note that you need the [python extension](https://open-vsx.org/extension/ms-python/python) installed for this command to be available.
--
Reply to this email directly or view it on GitHub:
#15088 (reply in thread)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
It worked well, I can't believe I missed it the last time. I am good to go on the Software. I mostly use Python and Java with Anaconda command line or JDK/JVM. I am swapping IDE now! Thanks guys, thank you Eclipse! |
Beta Was this translation helpful? Give feedback.
You can use the
Python: Select Interpreter
command from the command palette to select your preferred python runtime:Note that you need the python extension installed for this command to be available.