-
-
Save 66Ton99/edc12926113dbc11a5e4a6facfba69be to your computer and use it in GitHub Desktop.
Install virt-manager OSX with MacPorts
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
sudo port -v install intltool py27-pygtk py27-gobject3 libvirt gtk3 libvirt | |
cd $HOME | |
# Sources: | |
# compile what you need from here https://github.com/jeffreywildman/homebrew-virt-manager | |
cd $HOME | |
git clone https://github.com/virt-manager/virt-manager | |
# Change destination install directory instead of /usr, due to | |
# OSX System Integrity Protection (rootless2), a new security feature | |
# of OS X El Capitan, protected locations are: /System, /bin, /sbin and /usr (but not /usr/local). | |
cd virt-manager | |
python setup.py configure --prefix /opt/local | |
python setup.py install --prefix /opt/local |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment