Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

feat: Install Python 3.8 (fixes #5)

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -3,6 +3,8 @@
# Install prerequisites
echo "Installing prerequisites ..."
amazon-linux-extras install python3.8
yum -y update
yum groupinstall -y "Development Tools"
yum install -y git libffi-devel openssl-devel openssl-devel \
Loading