MECO™ API Reference
Static Public Attributes | List of all members
mMecoSettings.packageGlobalEnvLib.PackageLinux Class Reference

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

Inheritance diagram for mMecoSettings.packageGlobalEnvLib.PackageLinux:
mMecoSettings.packageGlobalEnvLib.PackageDarwin

Static Public Attributes

list PATH
 [ str ] - Bin (executables) path. More...
 
list LD_LIBRARY_PATH = ['lib/{}'.format(system().lower())]
 [ str ] - Library path.
 
list PYTHONPATH = ['python']
 [ str ] - Python path.
 

Detailed Description

[ ENUM CLASS ] - Package folder structure for Linux.

Member Data Documentation

◆ PATH

list mMecoSettings.packageGlobalEnvLib.PackageLinux.PATH
static
Initial value:
= ['bin/{}'.format(system().lower()),
'python/bin']

[ str ] - Bin (executables) path.


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