0

I'm trying to install Python 3.6.9, I followed these steps: -wget https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz

-tar xzf Python-3.6.3.tar.xz

-cd into the python directory

-python setup.py install

I get this error: Error I get is

I tried with another version:

-wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tar.xz

-tar xJf Python-3.6.3.tar.xz

but i get the same error

Please Help Note: I have no root access on this computer nor internet connection( I have to download it using another computer)

geekys
  • 67
  • 8

1 Answers1

0

If you're using Red Hat Enterprise Linux 7, then Python 3 is already there via software collections where you have to enable the channel/repo. If RHEL 8 it's a bit more straightforward.

Mike Guerette
  • 533
  • 3
  • 6