MPL Py2 and Py3 working together?

Hello list,

I was wondering, if it was possible to have Py2 *and* Py3 versions of
MPL working on the same machine at the same time? I am asking because
I would like to make a switch to Py3 on all my work, but at the same
time I want to be able to run old scripts, which I might need in the
future.

Maybe somebody knows, if it is possible to do the same with IPython?

Thanks in advance,
Ignas A.

···

--
Q: Because it reverses the logical flow of conversation.
A: Why is putting a reply at the top of the message frowned upon?

It's definitely possible. Each version of Python installed has its own set of Python packages, so it would just be a matter of installing matplotlib in both places.

Mike

···

On 12/19/2011 09:38 AM, Ignas Anikevicius wrote:

Hello list,

I was wondering, if it was possible to have Py2 *and* Py3 versions of
MPL working on the same machine at the same time? I am asking because
I would like to make a switch to Py3 on all my work, but at the same
time I want to be able to run old scripts, which I might need in the
future.

Maybe somebody knows, if it is possible to do the same with IPython?

Thanks in advance,
Ignas A.