I need to make a py program run on command just by name I can do that in by put the executable in /usr/bin/executable_program
yes. I know I can make it by:
chmod +x file.py
./file.py
I just want when I write the program name "executable_program" in terminal it runs without the "./" and the ".py"
Thank you...