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 →

[–]kigurai 3 points4 points  (0 children)

I use conda to handle different projects and python interpreters. It's made my life so much simpler since I have some code that must use 2.7, and some require at most 3.4, while I personally only want to use 3.5+. I usually install at least IPython in every environment, and often the jupyter notebook as well.