From 89b5505fe6029327f57ad7d4866f847eb89a3a1e Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 9 Dec 2021 14:14:53 +0100 Subject: [PATCH] build_library/catalyst_sdk.sh: Try different way of picking python as default intepreter Let's see if `eselect python update` would work. It's certainly nicer, because there would be one place less to change on the next python update. --- build_library/catalyst_sdk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_library/catalyst_sdk.sh b/build_library/catalyst_sdk.sh index 754113fd53..e5fb29a188 100644 --- a/build_library/catalyst_sdk.sh +++ b/build_library/catalyst_sdk.sh @@ -7,8 +7,8 @@ source /tmp/toolchain_util.sh echo "Double checking everything is fresh and happy." run_merge -uDN --with-bdeps=y world -echo "Setting the default Python interpreter to Python 3." -eselect python set python3.9 +echo "Setting the default Python interpreter" +eselect python update echo "Building cross toolchain for the SDK." configure_crossdev_overlay / /tmp/crossdev