Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92034
| Date | 2015-06-04 03:08 +0200 |
|---|---|
| From | <c.buhtz@posteo.jp> |
| Subject | build a deb-package |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.147.1433401619.13271.python-list@python.org> (permalink) |
I am not sure where I am or where to go. ;) So before asking about technical details I first want to know if it is generally possible. On Ubuntu when I install python-based applications (from a repository) as deb-packages I can start them by just typing its name because the py-file or a link to it are installed in bin-directory that is in the $PATH. I read a lot of wikis/howtows and couldn't get this done with my own (simple hello world) application working with Python3. E.g. I used setup.py bdist_rpm and alien to create a deb. But the py-file is in dist-package and not in a bin-directory. So is it possible to create a deb-file with a Python3-based application in it that can be started over the $PATH variable?
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
build a deb-package <c.buhtz@posteo.jp> - 2015-06-04 03:08 +0200
csiph-web