OSC_ROS2/workspace/build/joint_control/prefix_override/sitecustomize.py
2025-04-30 13:28:00 +02:00

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'