The libvirt virtualization API python binding provides a module that permits applications written in the Python programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux and other OSes.
The libvirt virtualization API python binding provides a module that permits applications written in the Python programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux and other OSes.
To install py313-libvirt, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-libvirt
To see what files were installed by py313-libvirt, run:
port contents py313-libvirt
To later upgrade py313-libvirt, run:
sudo port selfupdate && sudo port upgrade py313-libvirt
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.