TIL: PyEnv Py2 + Py3 System Wide
I thought I had a good grasp of pyenv but then I stumbled on: pyenv global 2.7.11 3.4.3 3.5.1
which fixes my issue of how do I have Python 2 + Python 3 installed system wide.
I thought I had a good grasp of pyenv but then I stumbled on: pyenv global 2.7.11 3.4.3 3.5.1
which fixes my issue of how do I have Python 2 + Python 3 installed system wide.