Last active
January 31, 2019 23:38
-
-
Save holms/8324973 to your computer and use it in GitHub Desktop.
Install virt-manager osx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://git.fedorahosted.org/virt-manager.git | |
cd virt-manager | |
sudo port -v install intltool py27-pygtk | |
sudo python setup.py install | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the brew version.
How can one install libvirtd and qemu-kvm required to launch vm with virt-manager?