Use python3.6 interpreter
This commit is contained in:
@@ -330,7 +330,7 @@ def generic_builder(id, libdir='', branch='', rsync=False):
|
||||
maxsize=180 * 1024 * 1024,
|
||||
workdir='install'))
|
||||
f.addStep(MasterShellCommand(name='unpack',
|
||||
command=['python2.7',
|
||||
command=['python3.6',
|
||||
unpack_script,
|
||||
filename],
|
||||
description='unpacking',
|
||||
|
Reference in New Issue
Block a user