[ ENUM CLASS ] - Package folder structure for Linux.
More...
[ ENUM CLASS ] - Package folder structure for Linux.
◆ PATH
list sStash.packageSettingsLib.PackageLinux.PATH |
|
static |
Initial value:= ['PATH',
'bin/{}'.format(platform.system().lower())]
[ str ] - Bin (executables) path.
◆ LD_LIBRARY_PATH
list sStash.packageSettingsLib.PackageLinux.LD_LIBRARY_PATH |
|
static |
Initial value:= ['LD_LIBRARY_PATH',
'lib/{}'.format(platform.system().lower())]
[ str ] - Library path.
◆ PYTHONPATH
list sStash.packageSettingsLib.PackageLinux.PYTHONPATH |
|
static |
Initial value:= ['PYTHONPATH',
'python']
[ str ] - Python path.
The documentation for this class was generated from the following file: