The latest available apt source for python3.6, solve the error 403 Forbidden when installing python3.6 on Ubuntu

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.6

Reference address: https://qiita.com/pudding167/items/1d7226155cbfcd76bb1a

Guess you like

Origin blog.csdn.net/u014108439/article/details/103772647