About 331,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 way to find …

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

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

    It is generally advised, that when working with multiple versions, for Python 2 you may use python2 / pip2 command, respectively for Python 3 you can use python3 / pip3, but it depends on your …

  5. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · I tried this, but it didn't work. When I checked the python version in the terminal, it still said a different version than the interpreter I selected, in spite of starting a new instance of terminal.

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

    It is good to know the version of numpy you run, but strictly speaking if you just need to have specific version on your system you can write like this: pip install numpy==1.14.3 and this will install the …

  7. 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 and whether it is …

  8. How do I check the versions of Python modules? - Stack Overflow

    If we have installed different versions of Python, we have to open the terminal in the Python version we are interested in. For example, opening the terminal with Python 3.8 can (surely will) give a different …

  9. How to check all versions of Python installed on OS X and CentOS

    Jun 13, 2023 · Then I opened up a terminal on my Mac and found that I had Python 2.6.8 and 2.7.5 and 3.3.3 installed. Sorry for the long story. In short I just want to know how to look up all the versions of …

  10. How to update Python version in Terminal? - Stack Overflow

    Mar 9, 2013 · 10 I've updated my version of Python to 3.11, but Terminal is printing different versions, depending on what command I enter. Entering python3 --version prints Python 3.9.13. Entering …