File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`
55
66cd -P ${basedir}
77
8- export QT_DEBUG_PLUGINS=1
9- export PYTHONHOME=${basedir}
10- export PYTHONPATH=${basedir} /local/lib/python3.6/:${basedir} /local/lib/python3.6/lib-dynload/:${basedir} /local/lib/python3.6/site-packages/:${basedir} /local/lib64/python3.6/site-packages/
11- export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
8+ # export QT_DEBUG_PLUGINS=1
9+ export LD_LIBRARY_PATH=${basedir} /lib:$LD_LIBRARY_PATH
1210
13- ${basedir} /bin/assistant $@
11+ chmod +x ${basedir} /bin/assistant
12+ ${basedir} /bin/assistant $@ &
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ basedir=`cd $basedir;pwd`
55
66cd -P ${basedir}
77
8- export QT_DEBUG_PLUGINS=1
8+ # export QT_DEBUG_PLUGINS=1
99export PYTHONHOME=${basedir}
1010export PYTHONPATH=${basedir} /local/lib/python3.6/:${basedir} /local/lib/python3.6/lib-dynload/:${basedir} /local/lib/python3.6/site-packages/:${basedir} /local/lib64/python3.6/site-packages/
1111export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
1212
13- ${basedir} /bin/designer $@
13+ chmod +x ${basedir} /bin/designer
14+ ${basedir} /bin/designer $@ &
Original file line number Diff line number Diff line change @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd`
55
66cd -P ${basedir}
77
8- export QT_DEBUG_PLUGINS=1
9- export PYTHONHOME=${basedir}
10- export PYTHONPATH=${basedir} /local/lib/python3.6/:${basedir} /local/lib/python3.6/lib-dynload/:${basedir} /local/lib/python3.6/site-packages/:${basedir} /local/lib64/python3.6/site-packages/
11- export LD_LIBRARY_PATH=${basedir} /local/lib64:${basedir} /lib
8+ # export QT_DEBUG_PLUGINS=1
9+ export LD_LIBRARY_PATH=${basedir} /lib:$LD_LIBRARY_PATH
1210
13- ${basedir} /bin/linguist $@
11+ chmod +x ${basedir} /bin/linguist
12+ ${basedir} /bin/linguist $@ &
You can’t perform that action at this time.
0 commit comments