in src/main/java/pemja/utils/CommonUtils.java [204:206]
private String getPythonCommand() { return isWindowsOs() ? "python" : "python3"; }