[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] virt-install?
- From: "Jun Koi" <junkoi2004 gmail com>
- To: "Daniel P. Berrange" <berrange redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] virt-install?
- Date: Wed, 13 Aug 2008 20:02:06 +0900
On Wed, Aug 13, 2008 at 5:43 PM, Daniel P. Berrange <berrange 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 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]