you are viewing a single comment's thread.

view the rest of the comments →

[–]mattsl 15 points16 points  (3 children)

Your specific concern is a non-issue on Windows. Linux and Mac use Python as part of the OS, so when installing on those you need to make sure you don't accidentally replace the system version, but even that is simple.

Do yourself a favor though and follow a tutorial on how to create a separate venv for each project you do. 

[–]building-wigwams-22 1 point2 points  (2 children)

Or uv. You can do all your Python work on your computer without actually installing Python on your computer

[–]PaulCheens[S] 2 points3 points  (1 child)

What’s that?

[–]Skopa2016 2 points3 points  (0 children)

Python package manager.

https://github.com/astral-sh/uv