OSC_ROS2/ros2_ws/build/py_pubsub/prefix_override/sitecustomize.py
2025-01-29 09:58:44 +00:00

5 lines
138 B
Python

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