[IPython-dev] Running IPython Notebook against Python 2.7 or Python 3.3

Eric Matthes ehmatthes at gmail.com
Mon Dec 2 11:30:22 EST 2013


I ended up with IPython running on Python 3.3, confirmed with sys.version,
because I ran into a conflict with markupsafe during installation with
Python3.2:

https://github.com/mitsuhiko/markupsafe/pull/13

Eric


On Sun, Dec 1, 2013 at 8:56 AM, Thomas Kluyver <takowl at gmail.com> wrote:

> On 1 December 2013 06:08, Damon Allen <damontallen at gmail.com> wrote:
>
>> I recently did a clean install and I just now grabbed the apt-get and pip
>> commands from .bash_history and posted them in the Update here<https://github.com/damontallen/IPython-quick-ref-sheets/tree/master/Helpful_projects/Quick_start#for-ubuntu-1204-users>.
>> I don't know is everything is needed since I was just in a rush to up and
>> running again.
>>
>
> I think you'll actually end up with IPython running on Python 3.2, not
> 3.3, because all the python3-foo packages in Ubuntu 12.04 are compiled for
> Python 3.2. If people need Python 3.3, I'd advise them to use a newer
> release of Ubuntu which includes 3.3.
>
> Another way would be to install Anaconda (or Miniconda:
> http://repo.continuum.io/miniconda/ ) and create a Python 3 environment.
> That comes with its own Python, so you can use Python 3.3 even if your
> system doesn't have it.
>
> Thomas
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20131202/782f8a77/attachment.html>


More information about the IPython-dev mailing list