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 · Afterwards, open Visual Studio Code and left-click on the Visual Studio Code interpreter shown in Visual Studio Code at the bottom left: Choose a virtual environment that pops up in a …

  2. How to proper setup python source root direcory in Visual Studio Code ...

    Jul 23, 2019 · I'm trying to setup a python project in Visual Studio Code. My problem is to create and use the src directory as source root (like it is working in pycharm). I have this directory structure: projec...

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

  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. setup python autocomplete in VS Code - Stack Overflow

    Jun 21, 2023 · 1 In my case, it was due to using the FOSS version of code, with the marketplace adjusted to find and install the Microsoft Python plugins. They were installed but silently failed on …

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

  7. visual studio code - VSCode setup for Python for running configuration ...

    May 16, 2021 · The project has a lot of test cases and some mocking. I have an env fine as well where i set some config variables for testing the system. In Pycharm it is run easily by adding a configuration …

  8. visual studio code - How to setup Nexus repository for Python in …

    Oct 26, 2024 · 0 I am trying to setup Python pointing to Sonatype Nexus for package management. Wondering where to configure global setting to fetch packages like numpy in my script. At my work I …

  9. visual studio code - Python requires ipykernel to be installed - Stack ...

    Nov 25, 2020 · 1 Change the JSON schema and point to your environment. If you encounter problems, create a new environment. See also: How to setup virtual environment for Python in VS Code?

  10. python - How can I change the default virtual environment command …

    Feb 18, 2023 · I have setup a virtual environment in my project folder using Command Palette: Python: Create Environment: .venv So whenever I open vs code in that folder it attempts to start the …