How to make a python script as executable [closed]
I have a python script downloaded from github which suits my requirement, when i follow the steps followed to build the .cpp file it fails to build the script as executable. How to make the python script as executable?
Direct me to the tutorials or any knowledge base.
This is not a ROS releated question. I recommend searching for this on a place like stackoverflow.
It is ros related because i want to build it inside ROS workspace and run the node with rosrun command. There is python nodes for ROS, I just want to build it catkin_make. Can you please reopen it?
You don't need to build a python script. Please consider searching before you ask a question.
chmod +x file.py