[libvirt] virt-install?

Daniel P. Berrange berrange at redhat.com
Wed Aug 13 08:43:37 UTC 2008


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 at 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

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list