About 50 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 one level up like …

  2. 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 have b...

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

  4. 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 64-bit in this …

  5. VS Code Python Setup - Stack Overflow

    Aug 28, 2021 · I am trying to set up VS Code for running python and I have installed Python 3.9.6 , the Python extension in vs code, coderunner extension in vs code, and also added the python interpreter …

  6. python - Install package using setup.py - Stack Overflow

    Dec 13, 2022 · C:\Users\XXXX\XXXX\src> python setup.py install from Terminal (in VS code with Anaconda) I get the following error:

  7. Debugging Issue with Jupyter Notebooks in VS Code: 'ipykernel setup ...

    Nov 14, 2023 · Updating, uninstalling, and reinstalling ipykernel, Jupyter, Miniconda3 and the Python extension Updating, uninstalling, and reinstalling VS Code Reloading the VS Code window Complete …

  8. How to fix "can't load file ...\Activate.ps1 because script execution ...

    Dec 25, 2023 · How to fix "can't load file ...\Activate.ps1 because script execution is disabled on this system" when trying to setup venv for Python on VS Code? Asked 2 years, 1 month ago Modified 2 …

  9. How do I setup VS code autocomplete to work with Python's virtual ...

    Nov 25, 2023 · I am trying to work with virtual environments and it works fine but im getting squiggly lines everywhere even when the code runs perfectly. I've tried to create a launch.json file by going …

  10. python - How do I install pandas into Visual Studio Code ... - Stack ...

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.