Installing a Python program on Linux
Posted
by Honza Pokorny
on Stack Overflow
See other posts from Stack Overflow
or by Honza Pokorny
Published on 2010-04-14T06:57:33Z
Indexed on
2010/04/14
7:03 UTC
Read the original article
Hit count: 359
I wrote a Python program. I would like to add to it an installation script that will set up everything necessary - like desktop icon, entry in the menu, home directory file, etc.
I'm working on Linux (ubuntu). When a Python program is installed, what needs to happen in general? I know that it probably depends on the nature of the program.
Can you give me some general ideas? Or, point me in the right direction? I have no idea how to look for this on Google.
Thanks
© Stack Overflow or respective owner