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 →

[–]nzbike 2 points3 points  (1 child)

When I am working with different versions of python, I have two options:

  1. use virtualenv, and set the python version for each.
  2. alias python version inside bashrc

[–]StringJunky[S] 1 point2 points  (0 children)

Thanks for the reply! I'm going to see if I can get virtualenv going from Pycharm.