Add a modern python to linux build before_all environment

This commit is contained in:
Joe Rickerby
2020-06-22 13:55:04 +02:00
committed by Grzegorz Bokota
parent 2e15fdddfd
commit 46352c8e30
+4
View File
@@ -143,6 +143,10 @@ def build(options: BuildOptions) -> None:
set -o errexit
set -o xtrace
# add a modern Python interpreter to PATH so it can be used by BEFORE_ALL
# commands
export PATH=/opt/python/cp38-cp38:$PATH
{environment_exports}
sh -c {before_all}