Перейти к содержанию

How To Update Python Best • Full Version

Never uninstall the default python3 package on Linux. The OS uses it for critical tools (like apt ). You will crash your system.

(Note: On macOS/Linux, you may need to use python3 instead of python ). how to update python

Windows allows side-by-side versions. To run the old version later, use py -3.9 instead of python . Never uninstall the default python3 package on Linux

Run the following command in your terminal: how to update python

python3 --version

python --version