OSC_ROS2/workspace/build/mock_robot/prefix_override/sitecustomize.py
Alexander Schaefer 33f21d3096 remove gitignore
2025-04-22 17:10:24 +02:00

5 lines
139 B
Python

import sys
if sys.prefix == '/usr':
sys.real_prefix = sys.prefix
sys.prefix = sys.exec_prefix = '/BA/workspace/install/mock_robot'