Hello, I''m installing xen 4.0.0 on Ubuntu 10.4. A problem I''m running in to is that "make install-tools" installs the python libraries in /usr/lib/python2.6/site-packages, and the python shipped with Ubuntu doesn''t have this directory on the python search path. I think that on Ubuntu you''re supposed to install modules elsewhere, probably /usr/local/lib/python2.6/dist-packages. How can I set this when installing? Krist -- krist.vanbesien@gmail.com krist@vanbesien.org Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What''s wrong with top-posting? A: Top-posting. Q: What''s the biggest scourge on plain text email discussions? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Krist van Besien
2010-May-22 11:40 UTC
[Xen-users] Re: xen tools python libs instal location.
On Fri, May 21, 2010 at 6:40 PM, Krist van Besien <krist.vanbesien@gmail.com> wrote:> Hello, > > I''m installing xen 4.0.0 on Ubuntu 10.4. A problem I''m running in to > is that "make install-tools" installs the python libraries in > /usr/lib/python2.6/site-packages, and the python shipped with Ubuntu > doesn''t have this directory on the python search path. > I think that on Ubuntu you''re supposed to install modules elsewhere, > probably /usr/local/lib/python2.6/dist-packages. How can I set this > when installing?Found the solution myself... Had to do: make install-tools PYTHON_PREFIX_ARG="--install-layout=deb" Now up to the next problem... Krist -- krist.vanbesien@gmail.com krist@vanbesien.org Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What''s wrong with top-posting? A: Top-posting. Q: What''s the biggest scourge on plain text email discussions? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users