mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 22:51:03 +02:00
Merge pull request #843 from dm0-/catalyst
bootstrap_sdk: Explicitly set the Python version to 2.7
This commit is contained in:
commit
51c9737789
@ -4,3 +4,6 @@ source /tmp/chroot-functions.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."
|
||||||
|
eselect python set python2.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user