From c887cfdce6ac94d33f2ed6ce3750db1ebce37f26 Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 28 Sep 2018 13:53:13 +0000 Subject: [PATCH] bootstrap_sdk: Explicitly set the Python version to 2.7 It has recently started picking Python 3 for /usr/bin/python. --- build_library/catalyst_default_stage4.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_library/catalyst_default_stage4.sh b/build_library/catalyst_default_stage4.sh index e2b540a6d2..a1a3be9f13 100644 --- a/build_library/catalyst_default_stage4.sh +++ b/build_library/catalyst_default_stage4.sh @@ -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