Skip to content

Commit d46b712

Browse files
committed
replaced understanding-conda with version from master.
1 parent e5da0ef commit d46b712

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

guide/01-getting-started/understanding-conda.ipynb

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,6 @@
1212
"* [Miniconda](https://conda.io/miniconda.html) - installs only Python, conda and other libraries needed to run conda\n",
1313
"> See [Anaconda or Miniconda](https://conda.io/docs/user-guide/install/download.html#anaconda-or-miniconda) for an explanation of differences.\n",
1414
"\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-
3115
"## The Conda Basics\n",
3216
"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",
3317
"\n",
@@ -37,11 +21,7 @@
3721
"## Conda Environments\n",
3822
"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",
3923
"\n",
40-
<<<<<<< HEAD
4124
"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
4525
"### The Default Environments:\n",
4626
"Depending upon how you installed the Python API (with ArcGIS Pro or the Anaconda Distribution), you will notice different sets of default environments.\n",
4727
"\n",
@@ -60,11 +40,7 @@
6040
"<p></p>\n",
6141
"* `arcgispro-py3`\n",
6242
"\n",
63-
<<<<<<< HEAD
6443
" 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
6844
"\n",
6945
"<h5><strong><em>Manage conda environments with ArcGIS Pro:</em></strong></h5>\n",
7046
"\n",
@@ -82,20 +58,9 @@
8258
"* [Windows Command-Line](https://technet.microsoft.com/en-us/library/cc754340)\n",
8359
" \n",
8460
" The standard MS-DOS Windows command-line application.\n",
85-
<<<<<<< HEAD
8661
" \n",
8762
"\n",
8863
"> 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
9964
"\n",
10065
" * [Python and ArcGIS Pro 1.3: Conda](https://community.esri.com/docs/DOC-8359)\n",
10166
" * [Conda and ArcGIS Pro 1.4](https://arcpy.wordpress.com/2016/10/21/conda-and-arcgis-pro/)\n",
@@ -195,15 +160,9 @@
195160
"metadata": {
196161
"anaconda-cloud": {},
197162
"kernelspec": {
198-
<<<<<<< HEAD
199163
"display_name": "Python [conda env:arcgis-pyapi]",
200164
"language": "python",
201165
"name": "conda-env-arcgis-pyapi-py"
202-
=======
203-
"display_name": "Python 3",
204-
"language": "python",
205-
"name": "python3"
206-
>>>>>>> upstream/pro-upgrade-no-pin
207166
},
208167
"language_info": {
209168
"codemirror_mode": {
@@ -215,11 +174,7 @@
215174
"name": "python",
216175
"nbconvert_exporter": "python",
217176
"pygments_lexer": "ipython3",
218-
<<<<<<< HEAD
219177
"version": "3.5.3"
220-
=======
221-
"version": "3.6.3"
222-
>>>>>>> upstream/pro-upgrade-no-pin
223178
},
224179
"varInspector": {
225180
"cols": {

0 commit comments

Comments
 (0)