Each minor version of Python, that is, any version 3.x and 2.x, will be installed side by side with other versions on your computer. Only patch versions will update existing installations.
, Python 2.7 , . Python 2.7, - .
Python 3 py.exe, . PATH, py python . Python PATH. , Python , . py script.py python script.py . , , , py -3 py -3.6, , ( 3.x).
, Python 2 ( Python 3), Python 2.7. py -2 script.py script.
PyPI, Python , . , , , . pip; , pip . Python PATH, pip. , py.exe : py -m pip pip. , Beautiful Soup Python 3.6, py -3.6 -m pip install beautifulsoup4.