About 52 results
Open links in new tab
  1. Install Python with cmd or powershell - Stack Overflow

    Sep 30, 2018 · 32 The best way to install Python through Windows Command Prompt will be through Chocolatey (Windows Package Manageer). Steps to install python 3 will be as follows :- Open CMD …

  2. How to install Python using Windows Command Prompt

    Sep 5, 2017 · Is it possible to install Python from cmd on Windows? If so, how to do it?

  3. How to install multiple versions of Python in Windows?

    Mar 18, 2022 · Do not have them add python to your PATH environment variable, but in only one of the installs have it install the python launcher py. That will help you in using multiple versions.

  4. Installation guide for Python 3.7 for Windows 11 - Stack Overflow

    Nov 8, 2023 · If you really must use Python 3.7 (which, as you noted, has reached end-of-life), the most up-to-date version, with security patches, is 3.7.17. Download either of the two files listed on that …

  5. installation - How to install Python packages from the tar.gz file ...

    Mar 15, 2016 · I downloaded the tar file from the Python Package Index (PyPI) and installed it using the easy_install command. In my case, I was trying to install the virtualenv package.

  6. How do I install Python packages on Windows? - Stack Overflow

    Nov 24, 2014 · I'm having a hard time setting up python packages. EasyInstall from SetupTools is supposed to help that, but they don't have an executable for Python 2.6. For instance to install …

  7. python - How do I install pip on Windows? - Stack Overflow

    pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a better way?

  8. python - How to install pip back into a windows PowerShell and …

    Dec 24, 2023 · 1 Yesterday I accidentally deleted my pip command on windows 11 and I'm wondering how to reinstall it without having to reinstall python.

  9. How to properly install llama-cpp-python on windows 11 with GPU …

    Oct 4, 2025 · I have been trying to install llama-cpp-python for windows 11 with GPU support for a while, and it just doesn't work no matter how I try. I installed the necessary visual studio toolkit packages, c...

  10. cmd - How do I test if Python is installed on Windows (10), and run an ...

    Jun 22, 2019 · With Windows 10 v 19044, if you type the name of an application that is not installed, then Windows will take you to the Microsoft store. What application is started when you type python …