Skip to content

Instantly share code, notes, and snippets.

@66Ton99
Forked from LuisPalacios/virt-manager-osx
Last active October 6, 2016 10:24
Show Gist options
  • Save 66Ton99/edc12926113dbc11a5e4a6facfba69be to your computer and use it in GitHub Desktop.
Save 66Ton99/edc12926113dbc11a5e4a6facfba69be to your computer and use it in GitHub Desktop.
Install virt-manager OSX with MacPorts
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