Hello I have this python file main.py like this :
print "a"
This file is really simple and I would like to create a deb file for this python file. Then I would like when I type for instance main in the terminal when the package is installed main I get :
a
Thank you very much !