-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix shebang line for python3 #158
base: noetic-devel
Are you sure you want to change the base?
Conversation
Signed-off-by: Mikael Arguedas <[email protected]>
This pull request has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/ros-noetic-ninjemys-release/14262/22 |
This pull request has been mentioned on ROS Discourse. There might be relevant details there: |
I would recommend fixing by using catkin_install_python here instead of changing the shebang. Line 79 in 4a9ed1a
Installing |
This is a |
Yeah, https://github.com/ros/catkin/blob/a9672d78ec483c3a991a051c365da329fceaa9f2/cmake/catkin_install_python.cmake#L77-L82 |
I remember now why I used |
@sloretz any feedback on the previous comment ? |
Hmm, the I would lean towards using |
This is a sound path forward. @nuclearsandwich ? |
Currently in Noetic/Focal the script cannot be run with rosrun: