Skip to content

Commit

Permalink
Make sure to select a python3 as we want it
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Jan 17, 2025
1 parent 0b518c5 commit 8378c2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws/container/sle15/config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -ex

# Setup python3 link
ln -s /usr/bin/python3.11 /usr/bin/python3

0 comments on commit 8378c2f

Please sign in to comment.