From 31d6bd9e97a7b4405e5f5defe4d6a6ba69a2c10d Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Thu, 24 Sep 2020 09:30:29 +0200 Subject: [PATCH] Set py3.7 as default --- script/post-update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script/post-update.sh b/script/post-update.sh index b98a906..a39c85e 100644 --- a/script/post-update.sh +++ b/script/post-update.sh @@ -132,6 +132,9 @@ cat /etc/sabayon-pkglist equo cleanup +# Set python3.7 as default +eselect python set python3.7 + # Cleanup rm -rf "${FILES_TO_REMOVE[@]}"