EN
VS Code - how to configure Python interpreter manually using specific version?
1 answers
5 points
In there some way to to configure Python interpreter manually?
1 answer
4 points
When you use VS Code with the following Python plugins:
- https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance
- https://marketplace.visualstudio.com/items?itemName=ms-python.python
do the steps:
- press
Ctrl
+Shift
+P
keys, - find and select: Python: Create Environment option,
- select Venv or Conda environment,
- select detected Python.
References
0 commentsShow commentsAdd comment