Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

feat: Install Python 3.8 (fixes #5)

Merged Jean-François HOVINNE requested to merge feat-5 into master
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