42123/how-to-install-python-on-my-ec2-instance
I'm trying to install python 3.x on an AWS EC2 instance and:
sudo yum install python3
doesn't work:
No package python3 available.
EC2 on linux machine currently supports python3.4 and python3.5. You can simply run the following commands.
sudo yum install python35 sudo yum install python35-pip
It may be because you might have ...READ MORE
You can use a tool called FileZilla. You ...READ MORE
Many dart installation tutorials use the apt-get ...READ MORE
For some reason, the pip install of ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
I had a similar problem with trying ...READ MORE
The best way to solve the error ...READ MORE
Maybe when you were installing different packages ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.