I'm starting to do side-by-side work in python2 and python3. (i.e. some projects req python 2 and some req python 3)
How do i use virtualenvwrapper with this requirement?
Do I just install one virtualenvwrapper (either for 2 or for 3) and just set the python binary accordingly at time of virtual env creation? Doesn't seem like that would work.
Just doing some initial testing right now and it looks like it works without issue. I'm running the python 3 version of virtualenv wrapper with the python 3 binary, but am able to create venvs for python2.x just fine
e.g.
My existing venvs also working without issue (so far) with this setup