AS: adding first phase of orientation
This commit is contained in:
Binary file not shown.
4
ros2_ws/build/py_srvcli/prefix_override/sitecustomize.py
Normal file
4
ros2_ws/build/py_srvcli/prefix_override/sitecustomize.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
if sys.prefix == '/usr':
|
||||
sys.real_prefix = sys.prefix
|
||||
sys.prefix = sys.exec_prefix = '/root/ros2_ws/install/py_srvcli'
|
||||
Reference in New Issue
Block a user