I have Anaconda as my primary Python distro, and want to route Python related QGIS scripts through it. With Anaconda, I have Spyder, can easily install packages with pip, and can launch a iPython Notebook web-browser for both screen shares and storing code I intend to execute on my data before, during, and after manipulations in QGIS (which calls on packages such as scikit-learn).
I can not find any useful anywhere on how to link the two.
I'm using Windows 8.1, but if this can only be done in Linux, I can try to set it up on my desktop, which is running Mint 13. I just need to have a webcam and mic, found on my laptop but not desktop at the moment, for an interactive demo and interview on Tues.
pipcannot do - butcondacan. Anaconda has recipes for buildinggdaland many other things, so I wonder how many QGIS dependencies cannot be provided by Anaconda? – j08lue Jun 13 '16 at 12:35export PATH="/path/to/anaconda/bin:$PATH")? Or is/usr/bin/pythonhardcoded in QGIS? – j08lue Jun 13 '16 at 12:37