Comment on Show HN: A virtual machine designed for programming workshopsparentComments−travjones11yThe decision seems reasonable to me. One could use virtualenv (included in the VM) to spin up a virtual python 3 environment when necessary.−hobarrera11yvirtualenv (for python3) requires python3 already installed, so virtualenv solves nothing in this scenario.
Comments
The decision seems reasonable to me. One could use virtualenv (included in the VM) to spin up a virtual python 3 environment when necessary.
virtualenv (for python3) requires python3 already installed, so virtualenv solves nothing in this scenario.