Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18130
| From | tinnews@isbd.co.uk |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Python app installs itself in two places - why? |
| Date | 2011-12-28 17:38 +0000 |
| Message-ID | <pp0ss8-qsn.ln1@chris.zbmc.eu> (permalink) |
I have installed an application called pycocuma on my xubuntu 11.10
system. It works OK and I'm aiming to develop it a little as its
'owner' has long since stopped work on it.
However I'm a little puzzled by the way it has installed itself (it's
a standard package from the Ubuntu repositories), all the python
source is installed in two places:-
/usr/lib/python2.7/dist-packages/pycocumalib
/usr/share/pyshared/pycocumalib
All the files in /usr/lib/python2.7/dist-packages/pycocumalib are
actually symbolic links to the ones in /usr/share/pyshared/pycocumalib
but I just wondered why they're in both places.
Is it just 'historic' or is there a good sound reason for it?
--
Chris Green
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Python app installs itself in two places - why? tinnews@isbd.co.uk - 2011-12-28 17:38 +0000
csiph-web