Which version of python does windows support

The Windows operating system supports Python 2 and Python 3 versions. When downloading and installing, you must select the corresponding Python installation package according to the windows operating system, otherwise the installation will not succeed.

Python is a cross-platform, free and open source computer programming language. It is an object-oriented dynamic type language. It was originally designed to write automated scripts (shell). With the continuous update of the version and the addition of new language features, it is increasingly used for the development of independent and large-scale projects.

Support common mainstream platforms, such as AIX, HPUX, Solaris, Linux, Windows, etc. Except for Windows, common Unix and Linux platforms all have native Python, but the version is generally lower. Regarding cross-platform and other cross-platform languages, it should be noted that some individual modules are unique to a single platform, and the overall cross-platform performance is still very good. It is not necessary to write multiple sets of codes to adapt to multiple platforms.

Content expansion:

windows difference python version

  1. Install python2x, python3x

  2. python.exe in the python2x, python3x directory --- python2.exe python3.exe

  3. Add python2x and python3x to environment variables, separated by semicolons

  4. Delete the pip and pip.xxx.info folders under the python2 and python3 Lib/site-package/ directory

  5. https://pypi.org/project/pip/ Download the pip xxx.tar.gz file, decompress it, and enter the cmd with administrator rights, enter the directory containing setup.py, and execute python2 setup.py install and python3 setup respectively. py install

  6. python2 python3 and pip2 and pip3 detect whether there is a problem with python and pip running

The above is the detailed content of which version of python is supported by windows. For more information about the version of python supported by windows, please pay attention to other related articles on ZaLou.Cn!

Recommended Posts

Which version of python does windows support
Does Python support multiple inheritance?
Python version of OpenCV installation
Installation of python common libraries under windows
7 features of Python3.9
Which version should a novice learn python download?
How does python call the key of a dictionary
Ubuntu18.04 switch Python version
Ubuntu16.04 switch python version
Basics of Python syntax
Basic syntax of Python
Basic knowledge of Python (1)
python tic-tac-toe-text version (part 2)
Prettytable module of python
PyCharm set Python version
09. Common modules of Python3
python Tic-Tac-Toe-text version (on)