1
0
Fork 0

TEMP: use python3

This commit is contained in:
Simran Brucherseifer 2019-11-19 12:14:52 +01:00
parent 22e8a34ce8
commit 426bca5ace
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ function findFreePort() {
}
function main(argv) {
let thePython = 'python';
let thePython = 'python3';
if (fs.exists('build/CMakeCache.txt')) {
let CMakeCache = fs.readFileSync('build/CMakeCache.txt');
thePython = CMakeCache.toString().match(/^PYTHON_EXECUTABLE:FILEPATH=(.*)$/m)[1];

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
exec python \
exec python3 \
`pwd`/utils/generateSwagger.py \
`pwd` \
`pwd`/js/apps/system/_admin/aardvark/APP/api-docs \