forked from zbw/yiliao2026
5 lines
149 B
Python
5 lines
149 B
Python
import sys
|
|
if sys.prefix == '/usr':
|
|
sys.real_prefix = sys.prefix
|
|
sys.prefix = sys.exec_prefix = '/home/guoch/test_ws/install/gc_slamtoolbox'
|