Provide an interactive shell superior to Python's default. Serve as an embeddable, ready to use interpreter for your own programs. Offer a flexible framework which can be used as the base environment for other systems with Python as the underlying language. Allow interactive testing of threaded graphical toolkits.
Provide an interactive shell superior to Python's default. Serve as an embeddable, ready to use interpreter for your own programs. Offer a flexible framework which can be used as the base environment for other systems with Python as the underlying language. Allow interactive testing of threaded graphical toolkits.
To install py311-ipdb, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-ipdb
To see what files were installed by py311-ipdb, run:
port contents py311-ipdb
To later upgrade py311-ipdb, run:
sudo port selfupdate && sudo port upgrade py311-ipdb
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.