Python Forum
How do I install Python 3.8.1 in a RHEL 8 UBI container? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: How do I install Python 3.8.1 in a RHEL 8 UBI container? (/thread-23616.html)



How do I install Python 3.8.1 in a RHEL 8 UBI container? - DevLinuxNC - Jan-08-2020

I want to type:

dnf -y install python
and have it install Python 3.8.1 on my RHEL 8.0 or 8.1 inside my minimal container that I want to keep small.

How would I make this happen?


I don't even see a download for Python for Linux on python.org.


Do people use Python on Linux?

There are no Linux binaries to be downloaded from Python.org



I have searched all over (internet search), and cannot find a way to install Python 3.8.1 easily on a minimal container.

I do not want to download the source and compile, because it is a small container that I am trying to keep small without a lot of overhead.

Reference:

https://www.python.org/downloads/release/python-381/



RE: How do I install Python 3.8.1 in a RHEL 8 UBI container? - Clunk_Head - Jan-08-2020

yum install python3