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.
This commit is contained in:
Krzesimir Nowak 2021-09-16 14:01:04 +02:00
parent 186f1de4fa
commit 790fd0fd2c

View File

@ -7,8 +7,8 @@ source /tmp/toolchain_util.sh
echo "Double checking everything is fresh and happy." echo "Double checking everything is fresh and happy."
run_merge -uDN --with-bdeps=y world run_merge -uDN --with-bdeps=y world
echo "Setting the default Python interpreter to Python 2." echo "Setting the default Python interpreter to Python 3."
eselect python set python2.7 eselect python set python3.9
echo "Building cross toolchain for the SDK." echo "Building cross toolchain for the SDK."
configure_crossdev_overlay / /tmp/crossdev configure_crossdev_overlay / /tmp/crossdev