I’m trying to test a script I wrote but Ubuntu can’t find ODrive:
I have ODrivetool installed:
I’m calling the file with:
python3 odrive.py
I’ve also included the shebang at the top of the script:
I’ve tried using both python
and python3
in the shebang
How can I fix this?