mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-24 01:42:33 +01:00
bootstrap_sdk: Explicitly set the Python version to 2.7
It has recently started picking Python 3 for /usr/bin/python.
This commit is contained in:
parent
1b8c0a40f1
commit
c4e2f5d884
@ -4,3 +4,6 @@ source /tmp/chroot-functions.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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user