On Wed, Aug 13, 2008 at 5:43 PM, Daniel P. Berrange <berrange(a)redhat.com> wrote:
On Wed, Aug 13, 2008 at 04:59:35PM +0900, Jun Koi wrote:
> On Wed, Aug 13, 2008 at 4:43 PM, Daniel Veillard <veillard(a)redhat.com> wrote:
> > On Wed, Aug 13, 2008 at 04:35:00PM +0900, Jun Koi wrote:
> >> Hi,
> >>
> >> I got the libvirt source code (cvs), and compiled. However, I cannot
> >> find the virt-install anywhere. Is it included inside libvirt?
> >
> > No, a companion of virt-manager project see
> >
http://virt-manager.org/scmrepo.html
> > to fetch the sources
>
> I got virtinstall, but there is no INSTALL file inside (should have
> one, or README should mention that). So how to install it??
It uses the standard python installation procedure
As root
python setup.py install
Or as non-root
python setup.py install --prefix=$HOME/usr
export PYTHONPATH=$HOME/usr/lib/python2.5/site-packages
Thanks! But that needs to be mentioned anyway in README/INSTALL, as
not everybody is Python expert.
Regards,
Jun