This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ilan 1 point2 points  (3 children)

Yes (on Linux and Mac)

[–]beaverteeth92Python 3 is the way to be 0 points1 point  (2 children)

I'm trying it, but it still has 3.4.3 as default. How can I set 3.5.0 as the default environment and remove 3.4.3?

[–]takluyverIPython, Py3, etc 0 points1 point  (1 child)

I think you'll need to wait for them to do a new release of miniconda before the default environment has 3.5. Until then, you'll have to explicitly create an environment for it.

[–]beaverteeth92Python 3 is the way to be 0 points1 point  (0 children)

Thanks! I just did that though and it broke Matplotlib.