Options (2)
booleanInstall a Python package to the root volume with verbose output
Example:
sudo installer -verbose {{[-pkg|-package]}} {{path/to/python-version.pkg}} {{[-tgt|-target]}} /booleanInstall a Python package to the root volume with verbose output
Example:
sudo installer -verbose {{[-pkg|-package]}} {{path/to/python-version.pkg}} {{[-tgt|-target]}} /Examples (6)
Install a Python package to the root volume with verbose output
Display list of packages (or subpackages for `.mpkg`) that can be installed on the target volume
installer -pkginfo [-pkg|-package] path/to/package.pkgDisplay list of volumes onto which the package can be installed
installer -volinfo [-pkg|-package] path/to/package.pkgDisplay list of domains into which the package can be installed
installer -dominfo [-pkg|-package] path/to/package.pkgGenerate XML of install choices for a package
installer [-pkg|-package] path/to/package.pkg -showChoiceChangesXMLmade by @shridhargupta | data from tldr-pages