I have ubuntu version 20.04 and I would like to install python 3.6 from the shell. After sudo apt install software-properties-common
I am trying to use the add-apt-repository ppa:deadsnakes/ppa
command but I am getting this error:
Cannot add PPA: 'ppa:~deadsnakes/ubuntu/ppa'.
ERROR: '~deadsnakes' user or team does not exist
Did I forget any steps or does the repository no longer work?