About 174,000 results
Open links in new tab
  1. python - How to run Pip commands from CMD - Stack Overflow

    Apr 23, 2015 · python -m pip <command> <args> and python -m pip install <package-name> are the only way to go. I use Windows. Mac and Unix. For some reason invoking pip is often …

  2. Adding Git-Bash to the new Windows Terminal - Stack Overflow

    Jul 1, 2019 · I'm trying to add a new terminal (Git Bash) to the new Windows Terminal. However, I can't get it to work. I tried changing the commandline property in the profiles array to git …

  3. How to set PowerShell 7 as default and remove other versions

    Mar 2, 2021 · To make PowerShell 7 the default shell for Windows Terminal, follow these steps: Click on the down arrow and press settings A JSON file will open, and you will see a line near …

  4. windows - How to do a simple file search in cmd - Stack Overflow

    The original question is tagged with windows & cmd not with sysinternals/pmon. There are other ways like using the FindFirstFileA in a C program or to use Directory.GetFiles in a c# program …

  5. Connect COM port using windows terminal - Stack Overflow

    May 24, 2016 · Is there any way to connect and communicate with a COM port (e.g. COM4) using windows terminal (Windows 8 &lt;) inbuilt commands or using a batch program? MODE …

  6. How do I use spaces in the Command Prompt? - Stack Overflow

    Jun 16, 2011 · I just figured out that for a case where the path involves the use of white space characters, for example, when I need to access the app xyz which location is : C:\Program …

  7. python - How to use pip in Windows? - Stack Overflow

    Mar 4, 2016 · I am trying to install some modules using pip. My system is Windows 7 64-bit, and I'm using Python Shell and Python 2.7. I've typed in following code to start the installation: …

  8. How to use Windows Terminal as debug console in VS Code?

    Feb 3, 2023 · In Powershell Properties > Terminal > Default Terminal Application > Windows Terminal That devblog is for Windows 11. This page on tenforums.com suggests that the …

  9. How to install Windows Terminal on VS code - Stack Overflow

    Dec 16, 2019 · I think you want to launch the new Windows Terminal from within VS Code. What you need to do is edit your USER settings.json, and locate the line that associates an editor …

  10. How to use the new Windows Terminal as Visual Studio …

    Jun 25, 2019 · How can I set the new Windows Terminal application to be used as debugging console in Visual Studio 2019? By default it launches cmd.exe when I debug.