Everything I've tried hasn't worked. sudo apt-get install python3.6 gives me this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3.6
E: Couldn't find any package by glob 'python3.6'
E: Couldn't find any package by regex 'python3.6'
sudo yum -y install python36 gives me this:
There are no enabled repos.
And pip install python3.6 gives me this:
Collecting python3.6
Could not find a version that satisfies the requirement python3.6 (from versions: )
No matching distribution found for python3.6
What can I do to install via command line?