Stash Software API  2.0.0
Static Public Attributes | List of all members
sStash.packageSettingsLib.PackageDarwin Class Reference

[ ENUM CLASS ] - Package folder structure for Darwin. More...

Inheritance diagram for sStash.packageSettingsLib.PackageDarwin:
sStash.packageSettingsLib.PackageLinux

Static Public Attributes

list LD_LIBRARY_PATH
 [ str ] - Library path. More...
 
- Static Public Attributes inherited from sStash.packageSettingsLib.PackageLinux
list PATH
 [ str ] - Bin (executables) path. More...
 
list LD_LIBRARY_PATH
 [ str ] - Library path. More...
 
list PYTHONPATH
 [ str ] - Python path. More...
 

Detailed Description

[ ENUM CLASS ] - Package folder structure for Darwin.

Member Data Documentation

◆ LD_LIBRARY_PATH

list sStash.packageSettingsLib.PackageDarwin.LD_LIBRARY_PATH
static
Initial value:
= ['DYLD_FALLBACK_LIBRARY_PATH',
'lib/{}'.format(platform.system().lower())]

[ str ] - Library path.


The documentation for this class was generated from the following file: