-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
Hello,
I have done a fresh install of VSCode/Python/Git to start working from home. I cloned my project down and I am using a venv so I don't need to keep trying to match lib files between work and home. I go to select my Python Interpreter located in venv\Scripts\python.exe and nothing changes. It acts as if nothing was selected and still tell me to Select Python Interpreter. I confirm this by going into the terminal and activate the venv and then type python. I get " No Python at 'C:\Users\XxQxX\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe' which is not the location that I selected through the command pallet.
Any assistance would greatly be appreciated.
-Q