How to make python 3.9 my default python interpreter on centos
I recently installed python3 on my vps, I want to enable it as default, so that when I type python I get python 3. I think the problem is its installed in /usr/local/bin instead of /usr/bin/ typing python on the…