About 246,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 correctly set PYTHONPATH for Visual Studio Code

    Dec 6, 2018 · Then in vs-code, I manually set the python interpreter location to be the above location. I did this by clicking on the python tab on the bottom of vs code. like the Python 3.8.5 …

  3. python - Configure VS Code using settings.json to use ruff instead …

    May 3, 2024 · The driving idea is to reduce number of plugins in VS Code for each individual tool, since Ruff covers many of the rules from other tools natively. Hope that helps you and please …

  4. setup python autocomplete in VS Code - Stack Overflow

    Jun 21, 2023 · For python, you need to install the Python extension, which includes the Pylance extension, which can bring intellisense and auto-completion. If you are just getting started with …

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

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

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

    Apr 11, 2017 · 31 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 …

  7. 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 …

  8. 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 …

  9. python - Conda and Visual Studio Code debugging - Stack Overflow

    Apr 29, 2017 · 39 The goal is to be able to use my environment setup from Conda/Anaconda within the visual studio code debugger. The default pythonpath configuration does not produce …

  10. 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 …