Hacker News new | ask | show | jobs
by travjones 4068 days ago
The decision seems reasonable to me. One could use virtualenv (included in the VM) to spin up a virtual python 3 environment when necessary.
1 comments

virtualenv (for python3) requires python3 already installed, so virtualenv solves nothing in this scenario.