forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #19099
- macOS @lszomoru
- linux @sadasant
- windows @joyceerhl
Complexity: 5
Requirements
- A machine with no Python installed
- I'm not sure how to get a new macOS machine with no Python installed, but for Windows you can create one on Azure and for Linux you can just open VS Code in a devcontainer with no Python installed
- VS Code Insiders
- Pre-release version of the Python extension
Steps
-
Open the walkthrough ("Get started... Open walkthrough" command, select "Get started with Python development")
-
Verify that no "No Python installed" notifications pop up
-
Verify all 4 tiles appear as expected:
-
Verify clicking on "Create Python file" creates an untitled Python file on the side:
-
Verify clicking on "Select Python Interpreter" shows a "Python is not installed" option in the drop down:
-
Clicking on it will show different things depending on the OS.
- On Windows 10/11: Click on in the "install Python" button should open the latest version of Python in the Microsoft store. After installing Python is completed, verify the interpreter shows up the next time Select Interpreter button is clicked.
- On macOS/Linux: It should open the tile with installation instructions. Verify clicking on the "Install Python via ___" button opens a terminal and fills in the suggested commands.
Reactions are currently unavailable


