Y
Hacker News
new
|
ask
|
show
|
jobs
by
travjones
4115 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
hobarrera
4109 days ago
virtualenv (for python3) requires python3 already installed, so virtualenv solves nothing in this scenario.
link