Problem scenario
You want a script to install Python 3.x that will work on any type of Linux. What should you do?
Solution
Prerequisite
Install make. If you need assistance, see this posting.
Install the zlib development tools. If you have a Red Hat derivative (e.g., CentOS or Fedora), you this command: sudo yum -y install zlib-devel
If you have a Debian/Ubuntu system,
…
Continue reading “How Do You Install Python 3.x on Any Type of Linux?”