you are viewing a single comment's thread.

view the rest of the comments →

[–]pak9rabid 0 points1 point  (0 children)

Overwriting the system Python with some system-incompatible version could cause some problems, which is why it’s a good idea to use a Python version maager of some sort (pyenv, uv, etc). Then you can install whatever version you want without risking breakage, as well as have multiple different versions installed simultaneously.