OSC_ROS2/ros2_ws/build/py_srvcli/prefix_override/sitecustomize.py
2025-02-06 10:19:51 +01:00

5 lines
133 B
Python

import sys
if sys.prefix == '/usr':
sys.real_prefix = sys.prefix
sys.prefix = sys.exec_prefix = '/ros2_ws/install/py_srvcli'