QGIS installer keeps telling "QGIS requires Python 3.6." after which it quits installing on Mac. However I have python 3.6.4 at least on 4 locations
1) ~/anaconda/bin/python
2) /usr/bin/python3
3) /usr/local/bin/python
4) /usr/local/bin/python3.6 (through a symbolic link).
All these files refer to the same file, when invoking them they all yield:
Python 3.6.4 |Anaconda custom (64-bit)| (default, Jan 16 2018, 12:04:33) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin Type "help", "copyright", "credits" or "license" for more information.
Does anyone know where QGIS3
installer looks for python 3.6
, so I could set a symbolic link to the python 3.6
version that is already installed through Anaconda
?
Thanks, Theo