|
12 | 12 | "* [Miniconda](https://conda.io/miniconda.html) - installs only Python, conda and other libraries needed to run conda\n",
|
13 | 13 | "> See [Anaconda or Miniconda](https://conda.io/docs/user-guide/install/download.html#anaconda-or-miniconda) for an explanation of differences.\n",
|
14 | 14 | "\n",
|
15 |
| - |
16 |
| - "This document will cover:\n", |
17 |
| - "- [The Conda Basics](#The-Conda-Basics)\n", |
18 |
| - "- [Conda Environments](#Conda-Environments)\n", |
19 |
| - " - [The Default Environments](#The-Default-Environments:)\n", |
20 |
| - " - [ArcGIS Pro](#ArcGIS-Pro)\n", |
21 |
| - " - [Manage conda environments with ArcGIS Pro](#Manage-conda-environments-with-ArcGIS-Pro:)\n", |
22 |
| - " - [A Note on upgrading ArcGIS Pro environments](#note-on-upgrading)\n", |
23 |
| - " - [Anaconda Distribution](#Anaconda-Distribution)\n", |
24 |
| - " - [Manage conda environments with Anaconda](#Manage-conda-environments-with-Anaconda:)\n", |
25 |
| - "- [Activating Environments](#Activating-Environments)\n", |
26 |
| - "- [Adding Packages to Environments](#Adding-Packages-to-Environments)\n", |
27 |
| - "- [Setting up IDEs](#Setting-up-IDEs)\n", |
28 |
| - "- [Step by Step on macOS: A GIS Environment](#Step-by-Step-on-macOS:-A-GIS-Environment)\n", |
29 |
| - "\n", |
30 |
| - |
31 | 15 | "## The Conda Basics\n",
|
32 | 16 | "The easiest way to understand conda is by working through the [30-minute Getting Started](https://conda.io/docs/user-guide/getting-started.html) tutorial. The sections below summarize and outline the commands you need to know to work with the ArcGIS API for Python.\n",
|
33 | 17 | "\n",
|
|
37 | 21 | "## Conda Environments\n",
|
38 | 22 | "When you create conda environments, you create physical directories that isolate the specific Python interpreter and packages you install into the environment. This allows you to create multiple environments that can have different versions of software, including Python. You can easily create new environments and then switch between them without affecting other environments. For detailed explanation and instructions, see the conda documentation on [Managing environments](https://conda.io/docs/user-guide/tasks/manage-environments.html).\n",
|
39 | 23 | "\n",
|
40 |
| -<<<<<<< HEAD |
41 | 24 | "Let's explore what is available directly after installing conda through either [ArcGIS Pro](#ArcGIS-Pro) or the [Anaconda Distribution](#Anaconda-distribution).\n",
|
42 |
| -======= |
43 |
| - "Let's explore what is available directly after installing conda through either [ArcGIS Pro](#ArcGIS-Pro) or the [Anaconda Distribution](#Anaconda-Distribution).\n", |
44 |
| ->>>>>>> upstream/pro-upgrade-no-pin |
45 | 25 | "### The Default Environments:\n",
|
46 | 26 | "Depending upon how you installed the Python API (with ArcGIS Pro or the Anaconda Distribution), you will notice different sets of default environments.\n",
|
47 | 27 | "\n",
|
|
60 | 40 | "<p></p>\n",
|
61 | 41 | "* `arcgispro-py3`\n",
|
62 | 42 | "\n",
|
63 |
| -<<<<<<< HEAD |
64 | 43 | " This environment contains Python and the arcgispro package, including all the [ArcPy](http://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-arcpy-.htm) functionality.\n",
|
65 |
| -======= |
66 |
| - " This environment contains Python and the `arcgispro` package, including all the [ArcPy](http://pro.arcgis.com/en/pro-app/arcpy/get-started/what-is-arcpy-.htm) functionality.\n", |
67 |
| ->>>>>>> upstream/pro-upgrade-no-pin |
68 | 44 | "\n",
|
69 | 45 | "<h5><strong><em>Manage conda environments with ArcGIS Pro:</em></strong></h5>\n",
|
70 | 46 | "\n",
|
|
82 | 58 | "* [Windows Command-Line](https://technet.microsoft.com/en-us/library/cc754340)\n",
|
83 | 59 | " \n",
|
84 | 60 | " The standard MS-DOS Windows command-line application.\n",
|
85 |
| -<<<<<<< HEAD |
86 | 61 | " \n",
|
87 | 62 | "\n",
|
88 | 63 | "> For additional technical information about conda and ArcGIS Pro, see these articles:\n",
|
89 |
| -======= |
90 |
| - "<a id=\"note-on-upgrading\" style=\"color:black\"></a> \n", |
91 |
| - "> **NOTE:** Upgrading the ArcGIS API for Python beyond release 1.2.5 in any environment tied to ArcGIS Pro (meaning the default `arcgispro-py3` environment, or any environment containing the `arcgispro` package), **requires** the use of either a Terminal or **Python Command Prompt** with the following command:\n", |
92 |
| - "```python\n", |
93 |
| - " conda upgrade -c esri --no-pin arcgis\n", |
94 |
| - "```\n", |
95 |
| - " \n", |
96 |
| - "\n", |
97 |
| - "For additional technical information about conda and ArcGIS Pro, see these articles:\n", |
98 |
| ->>>>>>> upstream/pro-upgrade-no-pin |
99 | 64 | "\n",
|
100 | 65 | " * [Python and ArcGIS Pro 1.3: Conda](https://community.esri.com/docs/DOC-8359)\n",
|
101 | 66 | " * [Conda and ArcGIS Pro 1.4](https://arcpy.wordpress.com/2016/10/21/conda-and-arcgis-pro/)\n",
|
|
195 | 160 | "metadata": {
|
196 | 161 | "anaconda-cloud": {},
|
197 | 162 | "kernelspec": {
|
198 |
| -<<<<<<< HEAD |
199 | 163 | "display_name": "Python [conda env:arcgis-pyapi]",
|
200 | 164 | "language": "python",
|
201 | 165 | "name": "conda-env-arcgis-pyapi-py"
|
202 |
| -======= |
203 |
| - "display_name": "Python 3", |
204 |
| - "language": "python", |
205 |
| - "name": "python3" |
206 |
| ->>>>>>> upstream/pro-upgrade-no-pin |
207 | 166 | },
|
208 | 167 | "language_info": {
|
209 | 168 | "codemirror_mode": {
|
|
215 | 174 | "name": "python",
|
216 | 175 | "nbconvert_exporter": "python",
|
217 | 176 | "pygments_lexer": "ipython3",
|
218 |
| -<<<<<<< HEAD |
219 | 177 | "version": "3.5.3"
|
220 |
| -======= |
221 |
| - "version": "3.6.3" |
222 |
| ->>>>>>> upstream/pro-upgrade-no-pin |
223 | 178 | },
|
224 | 179 | "varInspector": {
|
225 | 180 | "cols": {
|
|
0 commit comments