Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85470 > unrolled thread

Re: Taming the verbosity of ipython tracebacks

Started byMark Lawrence <breamoreboy@yahoo.co.uk>
First post2015-02-10 20:47 +0000
Last post2015-02-10 20:47 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Taming the verbosity of ipython tracebacks Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-10 20:47 +0000

#85470 — Re: Taming the verbosity of ipython tracebacks

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2015-02-10 20:47 +0000
SubjectRe: Taming the verbosity of ipython tracebacks
Message-ID<mailman.18624.1423601251.18130.python-list@python.org>
On 10/02/2015 19:27, Albert-Jan Roskam wrote:
>
>
> ----- Original Message -----
>
>> From: Chris Angelico <rosuav@gmail.com>
>> To:
>> Cc: "python-list@python.org" <python-list@python.org>
>> Sent: Tuesday, February 10, 2015 8:00 PM
>> Subject: Re: Taming the verbosity of ipython tracebacks
>>
>> On Wed, Feb 11, 2015 at 5:53 AM, John Ladasky
>> <john_ladasky@sbcglobal.net> wrote:
>>>   I'm running Python 3.4.0, and ipython3 1.2.1, on Ubuntu Linux 14.04
>> 64-bit.
>>>
>>
>> That's  nice recent Python, but I just tried installing ipython using
>> pip3, and got version 2.4.1, and was unable to reproduce your
>> scenario. Is it possible you're having problems due to the version
>> mismatch? Can you upgrade your ipython?
>
>
> Huh? What's pip3? I thought pip works on Python 2 and 3?
> https://pypi.python.org/pypi/pip/. I always install everything with the pip of my system python, e.g. for Python 3.4 I would do sudo python3.4 $(which pip) install somepackage. Are there any benefits of having multiple pips (except in virtualenvs)?
>
> Regards,
> Albert-Jan
>

On Windows under C:\Python34\Scripts I have pip.exe, pip3.exe and 
pip3.4.exe.  I believe that they are identical.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web