You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would not recommend install it via apt since apt packages might be obsolete and as far as I know is maintained by another developer, not the original author, according to this https://packages.ubuntu.com/trusty/python/python-ipdb (please correct me if I am wrong).
The best way I see is install it using pip for your interpreter (either python2 or python3) - in this case latest version from pypi will be installed. The only disadvantage I see is missing binary in path, but it can be easily avoided by means of python -m ipdb [script]
The version installed in apt is old on this version and I have this issue #52.
Looking for a simple way to install the latest version but I couldn't find any PPAs. Just thought I would ask here if anyone maintains one.
The text was updated successfully, but these errors were encountered: