I would like to install ipdb in Mac running Yosemite. When I type this:
sudo port install ipdb.
It gives me this error:
Error: Port ipdb not found
How to solve this?
I would like to install ipdb in Mac running Yosemite. When I type this:
sudo port install ipdb.
It gives me this error:
Error: Port ipdb not found
How to solve this?
Copyright © 2021 Jogjafile Inc.
If you search the MacPorts available ports list for
ipdb
, you'll find that there are several there, one for each MacPorts supported version of Python. Be aware that the MacPorts projects is deprecating older versions of Python so you should choose either the Python 2.7 or 3.4 version. For example:You could also use the command line interface to search: