Comments on: How to Install Python 3.6 on Ubuntu 16.04 https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/ Premium Linux Tutorials Since 2001 Mon, 12 Dec 2022 15:17:53 +0000 hourly 1 https://wordpress.org/?v=6.5.4 By: admin https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-48472 Fri, 16 Oct 2020 11:36:34 +0000 https://www.rosehosting.com/blog/?p=24188#comment-48472 In reply to Kenneth Skilling.

Thank you for pointing this out. You can use the first described method in our article to install Python 3.6 from source.

]]>
By: Kenneth Skilling https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-48471 Thu, 15 Oct 2020 15:09:52 +0000 https://www.rosehosting.com/blog/?p=24188#comment-48471 Cllearly large corporations have been abusing the good will of volunteers creating open source software.

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. “

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-48183 Wed, 29 Apr 2020 06:20:00 +0000 https://www.rosehosting.com/blog/?p=24188#comment-48183 In reply to veNKAT.

Please try with this command:
apt install python3-pip

]]>
By: veNKAT https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-48180 Tue, 28 Apr 2020 19:01:58 +0000 https://www.rosehosting.com/blog/?p=24188#comment-48180 In reply to admin.

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….

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-47350 Sat, 20 Oct 2018 00:03:54 +0000 https://www.rosehosting.com/blog/?p=24188#comment-47350 In reply to Russ.

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

]]>
By: Russ https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-47346 Thu, 18 Oct 2018 21:34:56 +0000 https://www.rosehosting.com/blog/?p=24188#comment-47346 In reply to admin.

That doesn’t specify how to install pip for the 3.6 installation though…

]]>
By: piccosoft https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-47141 Thu, 19 Jul 2018 09:24:18 +0000 https://www.rosehosting.com/blog/?p=24188#comment-47141 Your blog is very nice… Thanks for sharing your information…

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-python-3-6-on-ubuntu-16-04/#comment-46674 Sat, 17 Feb 2018 06:52:39 +0000 https://www.rosehosting.com/blog/?p=24188#comment-46674 In reply to Ebert.

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).

]]>