About 2,990,000 results
Open links in new tab
  1. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went …

  2. How to set up python debugger for VS Code? - Stack Overflow

    May 22, 2020 · Then, follow the instructions from the VS Code docs on setting it up Python debug configurations in Visual Studio Code again for that workspace: The Python extension supports …

  3. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · Selecting Python interpreter (bottom right of screen) and selecting test framework (unittest/pytest) from VSC settings, then closing VSC and reopening it solved the problem for me.

  4. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · python3 -m ipykernel install --name "new_venv" --user Restart VS Code. But the new_venv does not show in my list of kernels when opening a Jupyter notebook.

  5. python - Activating Anaconda Environment in VsCode - Stack …

    32 Setting python.pythonPath in VSCode's settings.json file doesn't work for me, but another method does. According to the Anaconda documentation at Microsoft Visual Studio Code (VS …

  6. How to set the working directory for debugging a Python …

    Jul 27, 2016 · How do I execute a Python file with the debugger and specify the working directory for the run?

  7. python - how to activate virtual env in vs code? - Stack Overflow

    Aug 31, 2021 · You need to switch your Python interpreter to point to the one within your venv when you switch the interpreter VS code it create a .vscode folder within your workspace with …

  8. python - I have set up a virtual environment in VS Code but can't ...

    Aug 19, 2025 · in code you can run print( sys.executable ) to see /full/path/to/python and you can use it to install modules /full/path/to/python -m pip install ... to make sure you install it for …

  9. How to set up Python in VS Code? - Stack Overflow

    I'm new to python (and in coding in general). I'd like to ask some help to set up python on VS Code. I've tried to follow several guides but none of them were really helpful. The following …

  10. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · If you selected python 3.6 in Visual Studio Code > View > Command Palette (CTRL+SHIFT+P) > Python: Select Interpreter, the play (execute) button will begin the call …