About 230,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

    May 20, 2014 · 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 …

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

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

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

    Python 3 includes "py" and "pyw" which helps me to easily start different Pythons, for example: "py -2.7" starts Python 2.7-64 "py -2.7-32" starts Python 2.7-32 "py -3.7-32" starts Python 3.7 …

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

    1138 I installed the Python modules construct and statlib using setuptools: sudo apt-get install python-setuptools sudo easy_install statlib sudo easy_install construct How do I check their …

  6. python - How to find the installed pandas version - Stack Overflow

    Dec 16, 2013 · I am having trouble with some of pandas functionalities. How do I check what is my installation version?

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

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

    Jun 24, 2011 · 725 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 …

  9. python - How can I display the version of my Jupyter notebook …

    But what does version 5.4.1 mean here? I currently have a related problem in that there is a rounding difference. I am using python 3.8.2 normally, but jupyter seems to return (or have …

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