I have a python script: /usr/bin/doxypy.py
I have added #!/usr/local/bin/python
as first line and given full permission to script with chmod 777 /usr/bin/doxypy.py
.
If I want to run it as a linux command, let's say, I want to run it with only doxypy
, is there any way to achieve this?