About 227,000 results
Open links in new tab
  1. How can I check my python version in cmd? - Stack Overflow

    Jun 15, 2021 · 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 …

  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 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.

  4. How to check python anaconda version installed on Windows 10 PC?

    Jan 19, 2018 · I have a Windows 10 PC with python anaconda installed. The latest anaconda version is v5.0.1 I would like to find out whether the PC has the latest version v5.0.1 installed …

  5. python - How to find the version of jupyter notebook from within …

    Oct 12, 2020 · I wish to return the version of Jupyter Notebook from within a cell of a notebook. For example, to get the python version, I run: from platform import python_version …

  6. python - How to know the version of pip itself - Stack Overflow

    Oct 15, 2014 · Which shell command gives me the actual version of pip I am using? pip gives with pip show all version of modules that are installed but excludes itself.

  7. python - How to check Django version - Stack Overflow

    Jun 24, 2011 · 726 I have to use Python and Django for our application. So, I have two versions of Python, 2.6 and 2.7. Now I have installed Django. I could run the sample application for testing …

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

    1501 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 …

  9. macos - What version of Python is on my Mac? - Stack Overflow

    49 To check third version, we can use, python3 --version To install python on macOS, we need to install command line developer tools. From Catalina, python is removed from OS bundle. For …

  10. python - How do I check which version of NumPy I'm using

    Oct 5, 2009 · 1 Comment JSWilson Over a year ago This is actually very nice as it allows you to check the version of numpy even if you have two different versions running on two different …