public class PythonConfig extends Object implements Serializable, TextConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
PythonConfig.PythonPathResolution |
| Constructor and Description |
|---|
PythonConfig() |
| Modifier and Type | Method and Description |
|---|---|
static CondaDetails |
findCondaDetails(String condaPathId) |
static String |
findPythonLibariesPath(String pythonPathId) |
static String |
findPythonLibariesPathFromVenvDetails(String venvPathId) |
static String |
findPythonLibrariesPathFromCondaDetails(String condaPathId,
String environmentName) |
static String |
pythonLibrariesFromAbsolutePath(String pythonPath) |
String |
resolvePythonLibrariesPath() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toYamlpublic String resolvePythonLibrariesPath()
public static String findPythonLibrariesPathFromCondaDetails(String condaPathId, String environmentName)
public static CondaDetails findCondaDetails(String condaPathId)
public static String findPythonLibariesPathFromVenvDetails(String venvPathId)
Copyright © 2022. All rights reserved.