USGS EGIS web pages
EGIS Home
EGIS Support
Metadata
Training
Email Lists
Esri Events
External web pages
Esri Support
Esri Product Help
Esri GeoNet
GIS Stack Exchange
EGIS wiki space (here)
...
conda install -n arc101 python=2.7.5 matplotlib=1.3.0 numpy=1.6.1
pandas=0.10.0
Code Block | ||||
---|---|---|---|---|
| ||||
:: Anaconda environment name and versions required for Arc
set AEENV=arc1022
set AEVERS=python=2.7.5 matplotlib=1.3.0 numpy=1.7.1
conda config --remove channels conda-forge -f
conda remove jupyter notebook ipykernel ipython ipython-notebook ipython-genutils ipwidgets jupyter_client jupyter_console jupyter_core jupyter-client jupyter-console jupyter-core widgetsnbextension matplotlib -n %AEENV% -y
conda install -c defaults %AEVERS% ipykernel ipython ipython-notebook ipywidgets jupyter jupyter_client jupyter_console jupyter_core notebook matplotlib -n %AEENV% -y
conda config --add channels conda-forge -f
conda install %AEVERS% requests xlrd -n %AEENV% -y
conda list |
http://www.continuum.io/blog/conda
...