/usr/bin/env: ‘python’: No such file or directory Solved
i am following the wiki tutorial http://wiki.ros.org/ROS/Tutorials/Exa... running rosrun beginner_tutorials talker.py gives me the error /usr/bin/env: ‘python’: No such file or directory
i read somewhere that to fix it we have to change
!/usr/bin/env python to #!/usr/bin/env python3
i am using ubuntu 20.04 with ros noetic, pls update the wiki guides ThankYou
@sloretzanswer should be the accepted one.