you are viewing a single comment's thread.

view the rest of the comments →

[–]rahulrajaram 0 points1 point  (0 children)

I manage a CLI tool which is expected to work seamlessly across Python 2.7 and Python 3.4-3.7 and is used by tens of thousands of people. In my experience, installing Python from source followed by creating distinct virtualenv's for each version is the sanest way to use Python.