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:
David Michael 2018-09-28 13:53:13 +00:00
parent 057a085057
commit c887cfdce6

View File

@ -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