From 790fd0fd2c9253cea88e8e55922b2919a636e933 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 16 Sep 2021 14:01:04 +0200 Subject: [PATCH] build_library/catalyst_sdk.sh: Select python 3.9 as a default interpreter At this point nothing pulls python2 anymore, so it became an invalid target. --- 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 f194333a6a..754113fd53 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 2." -eselect python set python2.7 +echo "Setting the default Python interpreter to Python 3." +eselect python set python3.9 echo "Building cross toolchain for the SDK." configure_crossdev_overlay / /tmp/crossdev