I am trying to install QGIS3 via Kyngchaos installer. But as I install python 3.6 in anaconda, the installer cannot find it. I know I can install a new environment or use symlinks to connected to Python that installed by homebrew as suggested in Installing QGIS3 on Mac? But as I have already installed a lot of packages in anaconda environment, I still hope to connect QGIS libs to it. Is it possible to do that?
Python 3.6 is installed in /Users/.../anaconda3/bin
conda install -c gillins qgisor to avoid issuesconda create mynewenv -c gillins qgis– user2856 Apr 28 '18 at 07:59