You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I don't see the shebang lines being added after doing catkin config --install && catkin build. The following ws contains a MWE project that i used for testing.
What catkin_install_python does is modify the shebang line to use the specific Python version used at configure time. So for example you have a shebang with Python 2, and you have Python 3 configured, it'll update the shebang in install space to Python 3.
According to the documentation in http://docs.ros.org/en/jade/api/catkin/html/howto/format2/installing_python.html,
catkin_install_python
should add shebang line.However, I don't see the shebang lines being added after doing
catkin config --install && catkin build
. The following ws contains a MWE project that i used for testing.Folder structure:
test_catkin_ws.zip
The text was updated successfully, but these errors were encountered: