Search found 1 match

by dbohdan
Fri Jul 12, 2024 10:25 am
Forum: Vanilla Dpup
Topic: How to install Python3 or equivalent?
Replies: 18
Views: 1331

Re: How to install Python3 or equivalent?

You really shouldn't replace system Python. Something you can do instead is install a different version just for your user with pyenv . (This includes the root user.) pyenv downloads, builds, and installs Python automatically. You only need to provide the build dependencies. I have used pyenv to ...

Go to advanced search