|
|
|
|
|
by nevalsar
1540 days ago
|
|
Try this:
1. Bring up command palette using `Ctrl+Shift+p`
2. Search and select "Python: Select Interpreter"
3. Select your Python environment. This works in VSCode over SSH perfectly fine - the locally running VSCode is able to detect and select Python environments in the remote server. |
|
Although, now you’ve got me thinking what would happen if I mounted the interpreter inside the container to something local that I can point to? Might try this later, thanks for the help!