Thank you for pointing this out. You can use the first described method in our article to install Python 3.6 from source.
]]>The JonathonF ppa is no longer accessible.
JonathonF ppa on Launchpad
Python 3.6
“This PPA has been removed from public access as part of a protest against the abuse of open-source projects by large companies. “
Please try with this command:
apt install python3-pip
root@reportingservice-ambarisvr:/opt# python3 get-pip.py
Traceback (most recent call last):
File “get-pip.py”, line 23470, in
main()
File “get-pip.py”, line 198, in main
bootstrap(tmpdir=tmpdir)
File “get-pip.py”, line 82, in bootstrap
from pip._internal.cli.main import main as pip_entry_point
zipimport.ZipImportError: can’t decompress data; zlib not available
I get this error.
How can i install zlib for this version of python when pip is not available….
]]>To install pip, you can also do it by invoking these commands:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py
That doesn’t specify how to install pip for the 3.6 installation though…
]]>You should change IP_Address with your server IP address (ex 12.12.31.12) and Port_number with the SSH port number (only if SSH is not listening on the default port 22).
]]>