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