How transform a python program .py in an executable program in Ubuntu?

Viewed 54870

I have a simple python program and I want an executable version (for Ubuntu Linux) of this program to avoid running it in the terminal with python myprogram.py.

How can I do that ?

5 Answers
Related