Tingkatkan MC Versi Python
brew install python3
brew update && brew upgrade python
alias python=/usr/local/bin/python3
Evil Echidna
brew install python3
brew update && brew upgrade python
alias python=/usr/local/bin/python3
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python3.7
$ sudo apt update -y
$ sudo apt install python3.7
conda update python
The explanation would be too long for a grepper answer.
So here is a link to a stackoverflow question:
https://stackoverflow.com/questions/45137395/how-do-i-upgrade-the-python-installation-in-windows-10
sudo update-alternatives --config python3 #Omar