Skip to content

Instantly share code, notes, and snippets.

@anamorph
Last active March 14, 2024 01:27
Show Gist options
  • Save anamorph/3af11f2bd54af54a45c8b3bdafcc9939 to your computer and use it in GitHub Desktop.
Save anamorph/3af11f2bd54af54a45c8b3bdafcc9939 to your computer and use it in GitHub Desktop.
How to install Virt Manager on MacOS X to manage my lab vms at home :-)

based on https://github.com/jeffreywildman/homebrew-virt-manager/

let's tap into Jeffrey's repo

brew tap jeffreywildman/homebrew-virt-manager

installing py2cairo as it is required for py3cairo (?!)

brew install py2cairo

now installing virt-manager & virt-viewer

brew install virt-manager virt-viewer

installing xquartz

brew cask install xquartz

fingers crossed !! let's run this baby

virt-manager --no-fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment