dafx / pyo

Automatically exported from code.google.com/p/pyo
GNU General Public License v3.0
0 stars 0 forks source link

Under Ubuntu 9.10, packages installation gets split in 2 locations #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In Ubuntu 9.10, pyo gets installed in /usr/local/lib/python2.6/dist-packages

However, it seems that get_python_lib returns
'/usr/lib/python2.6/dist-packages' which means the pyodemos folder and
pyo.py are copied there instead breaking the installation.

According to this post :
https://lists.ubuntu.com/archives/ubuntu-devel/2009-February/027439.html we
need to use --install-layout=deb extra option, using this, all gets
installed in /usr/lib

Original issue reported on code.google.com by leca...@gmail.com on 4 Feb 2010 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by belan...@gmail.com on 8 Jun 2010 at 3:13