5 lines
156 B
Python
5 lines
156 B
Python
|
|
import sys
|
||
|
|
if sys.prefix == '/usr':
|
||
|
|
sys.real_prefix = sys.prefix
|
||
|
|
sys.prefix = sys.exec_prefix = '/root/adipu_ws/install/adipu_turtlesim_controller'
|