Thanks for the reply Clinton Dow,
When I edit the .condarc-file, I would expect the list of available packages in the ArcGIS Pro Python Package Manager to change, reflecting the packages available in the new conda-sources.
What I've done is change the C:\Program Files\ArcGIS\Pro\bin\Python\.condarc - file with the following iterations:
Original:
channels:
- esri
- default
New 1:
channels:
- esri
- defaults
- http://anaconda:8080/conda/company
New 2:
channels:
- esri
- http://anaconda:8080/conda/company
New 3:
channels:
- http://anaconda:8080/conda/company
New 4:
channels:
I check the contents of ArcGIS Pro => Projects => Python => Add packages after editing .condarc:
- None of the above condarc-files show any of the packages hosted on our anaconda server.
- Even with a completely empty .condarc-file (New 4), nothing changes in ArcGIS Pro in the list of available packages.
So I'm not sure how ArcGIS Pro uses the references in the .condarc-file.
I also have the company approved Miniconda installed on my machine, and that conda instance is the machine default. But ArcGIS Pro is not using this by mistake, as our Miniconda is configured to solely (and successfully) communicate with our in-house anaconda server at http://anaconda:8080/conda/company.
I would like to interact with ArcGIS Pro's conda via the command line to figure out whats going on, but I can't figure out how. Do you have any tips?
I might mention that I'm also communicating with my local Esri distributor about this issue as well, but without any luck.
The documentation for Pro and Conda seems to only cover interaction via ArcGIS Pro GUI:
The Python Package Manager—ArcPy Get Started | ArcGIS Desktop