mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 03:50:34 +05:00
EDF request: supress a modification of the LD_LIBRARY_PATH in ZCracksPlug.
This commit is contained in:
parent
2b69ded6e7
commit
976def5878
@ -4,12 +4,6 @@ import utilityFunctions as uF
|
||||
|
||||
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH']=os.path.join(os.environ['QTDIR'],'plugins','platforms')
|
||||
|
||||
if 'MESHGEMSHOME' in os.environ:
|
||||
meshgemsdir=os.environ['MESHGEMSHOME']
|
||||
if len(meshgemsdir) > 0:
|
||||
meshgems=meshgemsdir.split(os.sep)[-1]
|
||||
uF.removeFromSessionPath('LD_LIBRARY_PATH', meshgems)
|
||||
|
||||
#commande="/bin/bash -c ""source $HOME/zebulon/Z8.6.6_NEW/do_config_bash"""
|
||||
#os.system(commande)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user