Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install latest on Ubuntu 14 #148

Closed
curioussavage opened this issue May 21, 2018 · 2 comments
Closed

Install latest on Ubuntu 14 #148

curioussavage opened this issue May 21, 2018 · 2 comments

Comments

@curioussavage
Copy link

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.

@antonzub1
Copy link

antonzub1 commented May 22, 2018

@curioussavage

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]

@gotcha
Copy link
Owner

gotcha commented May 25, 2018

@zabulazza Right, I do not maintain apt packages.

@gotcha gotcha closed this as completed May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants