public class PythonInterpreterFromConfig extends Object implements PythonInterpreter
DEFAULT_NAME
Constructor and Description |
---|
PythonInterpreterFromConfig(PythonBuckConfig pythonBuckConfig,
ExecutableFinder executableFinder) |
Modifier and Type | Method and Description |
---|---|
Path |
getPythonInterpreterPath() |
Path |
getPythonInterpreterPath(String section) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public PythonInterpreterFromConfig(PythonBuckConfig pythonBuckConfig, ExecutableFinder executableFinder)
public Path getPythonInterpreterPath(String section)
getPythonInterpreterPath
in interface PythonInterpreter
public Path getPythonInterpreterPath()
getPythonInterpreterPath
in interface PythonInterpreter
Path
to the default python interpreter.