Bash: ./python.sh: No such file or directory


when I want to run a stanalone application(mentioned in the tutorial 4.1.7) , It emerges this problem.
Did I run in a wrong path?

Hello,

You can find the python.sh in ~/.local/share/ov/pkg/isaac_sim-2023.1.1/.
So you can run your program with below command.

cd ~/.local/share/ov/pkg/isaac_sim-2023.1.1/
./python.sh ./exts/omni.isaac.examples/omni/isaac/examples/user_examples/my_application.py
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.