You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PEP states that in the future the python and python2 command should always point to python 2 and the python3 command should always point to python 3.
Would it be possible to have such a thing in the CMakeCookOff and via this get a switch to configure either for Python 2 or for Python 3.
The text was updated successfully, but these errors were encountered:
@tbetcke, that sounds like a good idea.
Currently, I'm just instantiating virtualenvs with either python2 or python3 to test one or the other. But that's more cumbersome than it has to be.
PEP states that in the future the python and python2 command should always point to python 2 and the python3 command should always point to python 3.
Would it be possible to have such a thing in the CMakeCookOff and via this get a switch to configure either for Python 2 or for Python 3.
The text was updated successfully, but these errors were encountered: