forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
Refs: #19153
- windows @Yoyokrazy
- linux @ulugbekna
- macOS @TylerLeonhardt (Optional)
- macOS @rzhao271
Complexity: 3
Requirements
- Python extension pre-release
Verification
- Install pipenv if not already https://pipenv.pypa.io/en/latest/#install-pipenv-today
- Create 3 empty projects
- Open each project in terminal and run the following command, record the python printed at end of it somewhere:
pipenv run python -c"import sys;print(sys.executable)"
- For each project:
