About 50 results
Open links in new tab
  1. cmd - How do I test if Python is installed on Windows (10), and run an ...

    Jun 22, 2019 · I need to run the 2nd command on windows cmd only if the 1st one fails, in another scneario, I want to open python setup after checking if it is installed or not. I used this command …

  2. installation - Python saying it isn't installed when trying to install ...

    Mar 15, 2023 · Make sure that when you install Python, you go to custom installation, and click the box that adds it to path. Previous versions of python may have the box available before you click custom …

  3. How can I find where Python is installed on Windows?

    Mar 15, 2009 · I want to find out my Python installation path on Windows. For example: C:\\Python25 How can I find where Python is installed?

  4. Python 3.6 Installation failed - Stack Overflow

    Nov 15, 2018 · I'm trying to install python3.6 on windows server 2016. I have downloaded python-3.6.6rc1-amd64-webinstall.Followed the default setting to install it. But during installation step I got …

  5. 'Python not found' despite having been installed [duplicate]

    Feb 28, 2021 · I've installed Python's latest version. However, when I write in command prompts python --version I get: Python was not found; run without arguments to install from the Microsoft Store, or …

  6. pip not working in Python Installation in Windows 10

    Oct 3, 2016 · python -m pip install packagename python -m pip uninstall packagename python -m pip install --upgrade packagename In case you have more than one version of python. You may replace …

  7. How do I find the location of my Python site-packages directory?

    python -m site --user-site If this points to a non-existing directory check the exit status of Python and see python -m site --help for explanations. Hint: Running pip list --user or pip freeze --user gives you a list …

  8. installation - What is the best way to make a clean reinstall of Python ...

    Jul 7, 2022 · I tried to update Python 3.8.5. to 3.8.10 on a Windows 7 machine, but some part of Python's and/or pip 's messy installer/path/package management system bricked everything. Nobody …

  9. Python 3.4 and 2.7 installation no Script folder and no pip installed

    I was doing a fresh installation for Python 2.7.9 and 3.4.3 on Win7 X64 today, and I found that there is no Script folder in Python27 and Python34 folder as first child level folder, but there is o...

  10. How do I upgrade the Python installation in Windows 10?

    Jul 17, 2017 · Current Python 3 installations come with the py.exe launcher, which by default is installed into the system directory. This makes it available from the PATH, so you can automatically run it from …