ros-drivers / libuvc_ros

http://www.ros.org/wiki/libuvc_ros
82 stars 95 forks source link

"env: python2: No such file or directory" on OSX 10.11 #30

Open Lenskiy opened 8 years ago

Lenskiy commented 8 years ago

The first line of libuvc_ros/libuvc_camera/cfg/UVCCamera.cfg is #! /usr/bin/env python2 this results in the following error env: python2: No such file or directory I simply changed the first line of the file to #! /usr/bin/env python, it worked, however I am not sure if that is a right solution.