Linux — Upgrade Python In
python3 --version
sudo update-alternatives --install /usr/bin/python3 python3 /usr/local/bin/python3.$TARGET_VERSION 2 upgrade python in linux
Most Linux distributions allow you to install a newer version of Python alongside the system version without replacing it. upgrade python in linux
