[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to manually install python scripts and needed modules (Was: How to tweak homebrew install target for Gubbins)



[Andreas Tille, 2015-11-26]
> since nobody seems to have any experience with brew in my last
> commit to the gubbins packaging git[1] I tried to install the
> included python files manually.  Unfortunately for the python
> module I installed to
> 
>    /usr/share/pyshared/gubbins

pyshared is an implementation detail of some Python related tools in
Debian. Please do not use it.

> the processing to /usr/lib/python3.4/gubbins does not work.  Any
> hint how to do this correctly (or is my attempt a bad idea in
> general)?

if it's a public Python module, install into
/usr/lib/python3/dist-packages/, if not (and name of your binary package
suggests that), use anything but that dir, f.e. /usr/share/gubbins/
(remember to install there also scripts or your will have to patch them
to update sys.path)

-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


Reply to: