"is" is an inspector for your environment. "is" tries to make it just a little bit easier to run commands which rely on a specific OS or a specific CLI version.
"is" is an inspector for your environment. "is" tries to make it just a little bit easier to run commands which rely on a specific OS or a specific CLI version.
To install is, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install is
To see what files were installed by is, run:
port contents is
To later upgrade is, run:
sudo port selfupdate && sudo port upgrade is
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.