public PythonInterpreterConfigBuilder setPythonHome()

in src/main/java/pemja/core/PythonInterpreterConfig.java [96:99]


        public PythonInterpreterConfigBuilder setPythonHome(String pythonHome) {
            this.pythonHome = pythonHome;
            return this;
        }