4.1 error running test_process.py

I am getting this error when I try execting the command rosrun move_bb8_pkg test_process.py:

/opt/ros/kinetic/bin/rosrun: /home/user/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts/test_process.py: /user/bin/env: bad interpreter: No such file or directory
/opt/ros/kinetic/bin/rosrun: line 109: /home/user/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts/test_process.py: 

Success

It must have been a typo of some sort. I did a copy/paste into a new file and it works.

Hi @digitalozymandias,

great to hear that after copying pasting it worked.

The problem was on the first line, where you initially put #! /user/bin/env python instead of #! /usr/bin/env python.

Cheers.