specifically call python3, in scripts
with this change, it's unlikely we'll hit errors again. previously, some projects used were calling "python" which in context was python3, but on some setups, the user only has python2 and python3 but no symlink for "python" (which if exists, we assumed linked to python3) now it's unambiguous. docs/build/ can probably be updated now, as a result of this change, to remove the advice about that
Showing
- resources/coreboot/default/patches/0015-python-patch.patch 36 additions, 0 deletionsresources/coreboot/default/patches/0015-python-patch.patch
- resources/grub/patches/0003-specifically-use-python3-in-gentpl.py.patch 22 additions, 0 deletions.../patches/0003-specifically-use-python3-in-gentpl.py.patch
- resources/seabios/patches/0001-use-python3-specifically-in-scripts.patch 35 additions, 0 deletions...os/patches/0001-use-python3-specifically-in-scripts.patch
Please register or sign in to comment