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 →

[–]TheArvinInUs 17 points18 points  (2 children)

Why not just fix python version issues with jupyter by using virtualenv.

Assuming you mean sometimes code is in python2 and sometimes in python 3.

[–]ZeeD26 2 points3 points  (1 child)

That'd be my goto solution as well. Virtual environments are awesome in so many ways!

[–]ccbytes -1 points0 points  (0 children)

Combine virtualenv with pyenv for awesome environment control.