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. Which version of Python do I have installed? - Stack Overflow

    I have to run a Python script on a Windows server. How can I know which version of Python I have, and does it even really matter? I was thinking of updating to the latest version of Python.

  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. How can I check my python version in cmd? - Stack Overflow

    Jun 15, 2021 · 16 I has downloaded python in python.org, and I wanted to check my python version, so I wrote python --version in cmd, but it said just Python, without version. Is there any other way to find …

  5. From the terminal verify if python 3 is installed - Stack Overflow

    Jul 20, 2016 · I am writing a shell script, and before the script runs I want to verify that the user has Python 3 installed. Does anyone know or have any ideas of how I could check that, and the output …

  6. How can I check all the installed Python versions on Windows?

    Learn how to check all installed Python versions on Windows using command line tools and environment variables.

  7. Find where python is installed (if it isn't default dir)

    Apr 11, 2017 · 243 Python is on my machine, I just don't know where, if I type python in terminal it will open Python 2.6.4, this isn't in it's default directory, there surely is a way of finding it's install location …

  8. python - Find which version of package is installed with pip - Stack ...

    Using pip, is it possible to figure out which version of a package is currently installed? I know about pip install XYZ --upgrade but I am wondering if there is anything like pip info XYZ. If not...

  9. How do I check which version of Python is running my script?

    1503 How do I check which version of the Python interpreter is running my script? See Find full path of the Python interpreter (Python executable)? if you are looking to find exactly which interpreter is …

  10. How do I get a list of locally installed Python modules?

    Caveats I have noticed a strange behaviour of this technique - when the Python interpreter is invoked in the same directory as a setup.py file, it does not list the package installed by setup.py. Steps to …