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

    Jan 9, 2019 · Navigate to your project directory and open Visual Studio Code there. (django-project) C:\Users\prash\Videos\myFolder\projects>code . in Visual Studio Code, go to menu …

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

    Jun 12, 2021 · In the terminal on Visual Studio Code, check and make sure the Python interpreter is installed: py -3 --version Then you can install libraries with: py -m pip install *packagename* …

  3. How to correctly set PYTHONPATH for Visual Studio Code

    Dec 6, 2018 · I did not manage to set the PYTHONPATH in Visual Studio Code, but I have found how to make VSCode inherit it from the systems environment variables.

  4. How to proper setup python source root direcory in Visual Studio …

    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 …

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

    Apr 11, 2017 · The answer posted is how you run a .py file within VS Code using a specific environment like Anaconda. The path of my Anaconda install in the settings.json is …

  6. Visual Studio Code: How debug Python script with arguments

    Make sure that the launch.json file is selected as the active debug configuration in Visual Studio Code, follow these steps: Open the Visual Studio Code editor and navigate to the Debug view …

  7. setup python autocomplete in VS Code - Stack Overflow

    Jun 21, 2023 · 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 …

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

    Jul 27, 2016 · The launch.json file controls the run/debug settings of your Visual Studio code project; my launch.json file was auto-generated by VS Code, in the directory of my current …

  9. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · PS C:\Users\m\Desktop\Python> py -m to which you should append the command prepared on the Python library platform (by copying it and pasting). …

  10. python - How to enable Pylint in VSCode? - Stack Overflow

    Jun 19, 2020 · Download Visual Studio Code for macOS. Open the browser's download list and locate the downloaded archive. Select the 'magnifying glass' icon to open the archive in …

Refresh