I want to run python 3.7 or 3.8 in the best case instead of 3.6 from bash or the command line
install-pkg python3.8 >/dev/null 2>/dev/null python3.8 -V
Is there a way I can run python 3.7 or higher instead of 3.6 from bash?
I want to run python 3.7 or 3.8 in the best case instead of 3.6 from bash or the command line