mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
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.
This commit is contained in:
parent
790fd0fd2c
commit
89b5505fe6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user