public PythonInterpreterConfig build()

in src/main/java/pemja/core/PythonInterpreterConfig.java [159:162]


        public PythonInterpreterConfig build() {
            return new PythonInterpreterConfig(
                    pythonHome, paths.toArray(new String[0]), pythonExec, execType);
        }