little_sophia_brain_ros2/build/hello_pub/prefix_override/sitecustomize.py

5 lines
143 B
Python
Raw Normal View History

2025-11-09 09:20:39 +00:00
import sys
if sys.prefix == '/usr':
sys.real_prefix = sys.prefix
sys.prefix = sys.exec_prefix = '/home/jake/ros2_ws/install/hello_pub'