-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Test: Improvements to "No Python interpreter" selected prompts #19550
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
Comments
The devcontainers for linux that I tried all have python installed. |
@isidorn I'm not sure about that, can you try deleting the path to python binary? You can get path to binary using:
and delete or rename the files like #19549 (comment). |
@isidorn I'm thinking our dev container templates have Python in them since their base Linux distro has Python - I've asked our dev containers working group to confirm. Here's what I've now ultimately done:
|
@karrtikr Actually as an amendment to above, it looks like I can still run Python files, so removing the folder didn't work. Do you have a recommended command to delete the path to the Python binary? |
An alternative could be to run |
I was able to |
Uh oh!
There was an error while loading. Please reload this page.
Refs: #17667
Complexity: 3
Create Issue
Requirements:
Steps:
Case 1: No Python installed
Select Interpreter
opens the quickpick saying:Case 2: Invalid Python selected
Python: Select Interpreter
command and chooseEnter interpreter path...
item.Case 3: Invalid Python selected: multiroot scenario with multiple workspace folders opened
The text was updated successfully, but these errors were encountered: