public PythonInterpreterConfigBuilder addPythonPaths()

in src/main/java/pemja/core/PythonInterpreterConfig.java [130:133]


        public PythonInterpreterConfigBuilder addPythonPaths(String... paths) {
            this.paths.addAll(Arrays.asList(paths));
            return this;
        }