5 lines
147 B
Python
5 lines
147 B
Python
|
|
import sys
|
||
|
|
if sys.prefix == '/usr':
|
||
|
|
sys.real_prefix = sys.prefix
|
||
|
|
sys.prefix = sys.exec_prefix = '/home/jake/ros2_ws/install/camera_module'
|