5 lines
167 B
Python
5 lines
167 B
Python
import sys
|
|
if sys.prefix == '/usr':
|
|
sys.real_prefix = sys.prefix
|
|
sys.prefix = sys.exec_prefix = '/ws/src/ba-alexanderschaefer/workspace/install/joint_control'
|