Am 2012-08-14 04:03:28 -0300, Martin Cigorraga schrieb: > Unlike most application Zeya does not need to be compiled to run, just run > it's main Python file and that's all, so, how should I proceed?
/usr/bin is only for executables, scripts... not for any Data files. Most Python applications provide a setup.py for installation, zeya doesn't. :-/ A possible way: Move required files (not the wohl git clone) to /usr/share/zeya and symlink from /usr/bin/zeya to /usr/share/zeya/zeya.py. Keep in mind that zeya.py must use the right python Version (python2 or python3). Greetings Stefan Betz -- URL : http://blog.stefan-betz.net | http://www.stefan-betz.net GPG : E188 933B BC00 723A 9DB0 0CD3 1398 E68B 6F33 567E XMPP: [email protected]
pgpayPOnjP4o4.pgp
Description: PGP signature
