public PythonInterpreterConfigBuilder setPythonExec()

in src/main/java/pemja/core/PythonInterpreterConfig.java [147:150]


        public PythonInterpreterConfigBuilder setPythonExec(String pythonExec) {
            this.pythonExec = pythonExec;
            return this;
        }