Starting this issue to help us/me remember to do this. We haven't decided yet where we'll want to put such instructions, whether in this repo's README file, in the README for github.com/BiG-CZ/bigcz_wshp2017, or in some other, new document in that repo.
I've added links and a tiny bit of text (all mainly from @lsetiawan) here, for now.
And here's useful text regarding Anaconda pitfalls, from Steve:
but the topic of Anaconda installation came up during the last call. When installing Anaconda on top of an ArcGIS installation, I do NOT check the box asking to modify the system registry in Windows. I DO check the box to add Anaconda python to the PATH environment variable.
This is the exact opposite that Anaconda suggests you do in the installation. This setup allows you to invoke Anaconda python from the command line by typing “python”, but does not associate .py file with Anaconda python. I have run into awful problems with ArcGIS when checking the box to modify the system registry.
Use this method if you’d like to keep your system/ArcGIS Python installation separate from your Anaconda Python distribution. There are other techniques for merging the two, but I have never wanted to even approach that on purpose.
Starting this issue to help us/me remember to do this. We haven't decided yet where we'll want to put such instructions, whether in this repo's README file, in the README for github.com/BiG-CZ/bigcz_wshp2017, or in some other, new document in that repo.
I've added links and a tiny bit of text (all mainly from @lsetiawan) here, for now.
And here's useful text regarding Anaconda pitfalls, from Steve: