public class GenericPlatform extends Python.Platform
Platform for a normal Python installation.
Constructor and Description |
---|
GenericPlatform() |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the value to assign to
PYTHONPATH , or null to leave it unset. |
GenericPlatform |
setPath(String path)
Sets the value to assign to
PYTHONPATH . |
onStart
public String getPath()
Python.Platform
Returns the value to assign to PYTHONPATH
, or null
to leave it unset. The default implementation returns null
.
getPath
in class Python.Platform
public GenericPlatform setPath(String path)
Sets the value to assign to PYTHONPATH
.