1 Answer
- Newest
- Most votes
- Most comments
0
Hey! It's unfortunate you're facing this issue.
I have just created a new Cloud9 EC2 environment and was able to successfully complete steps 1, 2 and 3 of https://docs.aws.amazon.com/cloud9/latest/user-guide/sample-python.html.
I've tried this with both Amazon Linux 2 and Ubuntu Server 18.04.
You mention you are not able to complete step 1 (Install Python). What do you see if you run python3 --version? Do you see that error as well?
And is there any difference after you run steps 1.2 and 1.3 of the guide?
- 1.2
- Amazon Linux: sudo yum -y update
- Ubuntu Server: sudo apt update
- 1.3
- Amazon Linux: sudo yum -y install python3
- Ubuntu Server: sudo apt-get install python3
answered 2 years ago
Relevant content
- asked 6 months ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago