About 113,000 results
Open links in new tab
  1. How to install Python using Windows Command Prompt

    Sep 5, 2017 · I was unable to find a way to Download python using just CMD but if you have python.exe in your system then you can use the below Method to install it (you can also make …

  2. Install Python with cmd or powershell - Stack Overflow

    Sep 30, 2018 · 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 …

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

    So, since the release of Python 3.4, the up-to-date way to install pip on Windows is to just install Python. The recommended way to use it is to call it as a module, especially with multiple …

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

    Nov 24, 2014 · install python 2.7.10 or 3.4 above which has by default pip in it.Then use python -m pip install Django in cmd and so on – Saurabh Commented Nov 30, 2015 at 8:20

  5. How do I install a Python package with a .whl file?

    Jan 11, 2015 · sudo python -m pip install some-package.whl Where python was replaced by the MacPorts python in my case, which is python2.7 or python3.5 for me. The -m option is "Run …

  6. How to install pip with Python 3? - Stack Overflow

    Jul 5, 2011 · Yum Package Manager (Python 3.x) sudo yum install python3 python3-wheel Dandified Yum (Python 2.x) sudo dnf upgrade python-setuptools sudo dnf install python-pip …

  7. python - How to pip or easy_install tkinter on Windows - Stack …

    1) Follow the Docs-Tkinter install for Python (for Windows): Tkinter (and, since Python 3.1, ttk) are included with all standard Python distributions. It is important that you use a version of Python …

  8. python - How to install Flask on Windows? - Stack Overflow

    Next, add the easy_install command and other Python scripts to the command search path, by adding your Python installation’s Scripts folder to the PATH environment variable. To do that, …

  9. python - pip install returning invalid syntax - Stack Overflow

    Dec 4, 2017 · In this directory, search pip with python -m pip then install package. E.g. python -m pip install ipywidgets-m module-name Searches sys.path for the named module and runs the …

  10. CMD opens Windows Store when I type 'python' - Stack Overflow

    Nov 8, 2019 · So if you installed Python after a new Windows 10 install then get redirected to the Windows Store, it's because there are two python.exe's: The alias in the App Execution Alias …