aws-samples / amazon-dynamodb-labs

Hands on workshop and design scenarios for Amazon DynamoDB
https://catalog.workshops.aws/dynamodb-labs
Apache License 2.0
165 stars 114 forks source link

Fixing python3.8 install for the default provided Cloud9 instance #90

Closed arjanschaaf closed 1 year ago

arjanschaaf commented 1 year ago

Issue #, if available:

Description of changes:

Existing python 3.8 command did not work in the provided Cloud9 instance. Instead it recommended using the following command: sudo amazon-linux-extras install python3.8

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

amdhing commented 1 year ago

Just tested and it worked alright with sudo yum install -y python38

AMI name: Cloud9Default-2023-08-24T23-56 AMI id: ami-06b85c975837fce90 Region: eu-west-1

[ec2-user@ip-172-31-28-249 ~]$ cat /etc/issue
Amazon Linux AMI release 2018.03

As discussed offline, can you please test again and share cat /etc/issue along with region, AMI id if you still see the same issue.

arjanschaaf commented 1 year ago

Agreed with these observations. With the latest images it works as documented. Closing this PR.