I use pyenv
to manage Python versions in Mac OSX High Sierra
, works fine. A new version of an important piece of software for me, QGIS v3
, requires that Python 3.6
exist on the system but looks for it only in /Library/Frameworks
, which pyenv doesn't use. So the install fails.
My question is, will it blow up my Python environment installing Python outside of pyenv
, with the Python.org installer?
Seems risky to try and maybe someone knows...