Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7910

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

From Piotr Ożarowski <piotr@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: How to manually install python scripts and needed modules (Was: How to tweak homebrew install target for Gubbins)
Date 2015-11-26 20:10 +0100
Message-ID <qza5A-Qe-13@gated-at.bofh.it> (permalink)
References <qyH3C-67h-67@gated-at.bofh.it> <qz9Md-us-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[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

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

How to tweak homebrew install target for Gubbins Andreas Tille <andreas@an3as.eu> - 2015-11-25 13:10 +0100
  How to manually install python scripts and needed modules (Was: How  to tweak homebrew install target for Gubbins) Andreas Tille <andreas@an3as.eu> - 2015-11-26 19:50 +0100
    Re: How to manually install python scripts and needed modules (Was:  How to tweak homebrew install target for Gubbins) Piotr Ożarowski <piotr@debian.org> - 2015-11-26 20:10 +0100

csiph-web