插个广告,制作ArcGIS的Tool工具学习下面的教程就对了:
零基础学习Python制作ArcGIS自定义工具观看链接
《零基础学习Python制作ArcGIS自定义工具》课程简介
以下是正文:

Python 编程语言用于自 9.0 起的各版本 ArcGIS 中,并被整合到 ArcMap 和 ArcGIS for Server 的自动安装中。 ArcGIS 将在完整安装过程中安装下列 Python 版本。
ArcGIS (for) Desktop
  • 10.6.1 - Python 2.7.14 和 Numerical Python 1.9.3
  • 10.6 - Python 2.7.14 和 Numerical Python 1.9.3
  • 10.5.1 - Python 2.7.13 和 Numerical Python 1.9.3
  • 10.5 - Python 2.7.12 和 Numerical Python 1.9.3
  • 10.4.x - Python 2.7.10 和 Numerical Python 1.9.2
  • 10.3.x - 需要 Python 2.7.x 和 Numerical Python 1.7.x;如果不符合版本要求,则安装 Python 2.7.8 和 Numerical Python 1.7.1
  • 10.2.x - Python 2.7.5 和 Numerical Python 1.7.1
  • 10.2 - Python 2.7.3 和 Numerical Python 1.6.1
  • 10.1 - Python 2.7.2 和 Numerical Python 1.6.1
  • 10 - Python 2.6.5 和 Numerical Python 1.3.0
ArcGIS Enterprise/ArcGIS Server
  • 10.6.1 - Python 2.7.14、Numerical Python 1.9.3 和 Matplotlib 1.5.2
  • 10.6 - Python 2.7.14、Numerical Python 1.9.3 和 Matplotlib 1.5.2
  • 10.5.1 - Python 2.7.13、Numerical Python 1.9.3 和 Matplotlib 1.5.2
  • 10.5 - Python 2.7.12、Numerical Python 1.9.3 和 Matplotlib 1.5.2
  • 10.4.x - Python 2.7.10、Numerical Python 1.9.2 和 Matplotlib 1.4.3
  • 10.3.x - Python 2.7.8、Numerical Python 1.7.1 和 Matplotlib 1.3.0
  • 10.2.x - Python 2.7(64 位)
  • 10.1 - Python 2.7(64 位)
  • 10 - Python 2.6.5 和 Numerical Python 1.3.0
在 ArcGIS Pro 1.0 到 1.2 版本中,如果在 ArcGIS Pro 之外使用 Python,则需要安装 Python for ArcGIS Pro。 在版本 1.3 及更高版本中,无需执行此操作。
ArcGIS Pro 2.1中Python 的版本为 3.6.2

ArcGis Python脚本——ArcGIS 中使用的 Python 是什么版本的更多相关文章

  1. c#调用python脚本实现排序(适用于python脚本中不包含第三方模块的情况)

    引用:https://www.cnblogs.com/zoe-yan/p/10374757.html 利用vs2017c#调用python脚本需要安装IronPython.我是通过vs2017的工具- ...

  2. Python脚本:Linux自动化执行Python脚本

    1.环境及其工具: ubuntu 16.04 python2.7(自带) pip2.7(安装) virtualenv(安装) crontab (自带) 2.pip2.7安装 (1)尝试使用 sudo ...

  3. 关于python脚本头部设置#!/usr/bin/python

    今天又是贼几把菜的一天0.0 读别人程序的时候看到在python文件头部设置签名,感觉贼几把酷,自己也试着在文件前段设置了一下. 设置还是蛮简单的,设置过程如图所示. 设置后如图所示: 当然你也可能看 ...

  4. Python脚本文件中使用中文

    Python做图形用户界面(GUI)开发时经常要在界面上显示中文,需要做如下处理(详见[1]和[2]2.3节): 在py文件的首行写上:# -- coding:utf-8 -- 保存py文件时要存为u ...

  5. python脚本练习之编译安装python

    练习 py-shelll #coding=utf-8 import os,sys if os.getuid() == 0: pass else: print('当前用户不是root,请以root用户执 ...

  6. python之vscode中手动选择python解释器(mac)

    要选择特定的解释器,请从命令选项板(⇧⌘P)调用Python:Select Interpreter命令. 更详细请看:http://www.cnblogs.com/it-tsz/p/9312151.h ...

  7. ubuntu 执行Python脚本出现: /usr/bin/env: ‘python\r’: No such file or directory

    原因: #!/usr/bin/env python 在ubuntu会变成 #!/usr/bin/env python\r 而\r 会被shell 当成参数 所以出现:  /usr/bin/env: ‘ ...

  8. 【python】anaconda中打开IDLE(python 自带编辑器)

    最近要参加蓝桥杯了,发现 python 的编辑器是使用 python 自带的 IDLE,电脑上只用 Anaconda,就来找一下 打开 .\Anaconda3\Scripts\idel.exe 打开 ...

  9. 查看python脚本的运行pid,让python脚本后台运行

    ps -ef | grep Productor.py | grep -v grep # 先测试好 python3  /usr/local/software/ELK/Productor.py # 没问题 ...

随机推荐

  1. 【CF802C】Heidi and Library(网络流)

    [CF802C]Heidi and Library(网络流) 题面 CF 洛谷 题解 前面两个Easy和Medium都是什么鬼玩意啊.... 不难发现如果这天的要求就是第\(a_i\)种书的话,那么\ ...

  2. PHP-FPM安装报错解决

    PHP源码安装 setenforce 0--------------------------------------------------------------------安装php时的报错che ...

  3. Nginx log日志参数详解

    $args #请求中的参数值$query_string #同 $args$arg_NAME #GET请求中NAME的值$is_args #如果请求中有参数,值为"?",否则为空字符 ...

  4. Paint the Wall ZOJ - 2747

    点数很多,坐标值很大,然后离散化一下用一个点表示一小块的面积对应的颜色,然后更新的时候一块一块更新,查询的时候一块一块查询 #include<map> #include<set> ...

  5. poj 1144 (Tarjan求割点数量)

    题目链接:http://poj.org/problem?id=1144 描述 一个电话线公司(简称TLC)正在建立一个新的电话线缆网络.他们连接了若干个地点分别从1到N编号.没有两个地点有相同的号码. ...

  6. 如何搭建高可用redis架构?

    如何搭建高可用redis架构? 温国兵 架构师小秘圈 昨天 作者:温国兵,曾任职于酷狗音乐,现为三七互娱 DBA.目前主要关注领域:数据库自动化运维.高可用架构设计.数据库安全.海量数据解决方案.以及 ...

  7. js 判断字符串中是否包含某个字符串

    String对象的方法 方法一: indexOf()   (推荐) var str = "123"; console.log(str.indexOf("3") ...

  8. 第六篇-以隐式意图(Implicit Intent)呼叫系统服务

    一.新建一个layout5.xml,同样换为constriant模式. 二.拖动两个Button到预览界面,第一个按钮名字改为DISPLAY WEBPAGE,第二个按钮名字改为MAKE A CALL. ...

  9. win10 python3.5 自动补全设置

    https://www.cnblogs.com/lgh344902118/p/8521437.html # python startup file import readline import rlc ...

  10. 利用SHAPEIT将vcf文件进行基因型(genotype)定相(phasing):查看两个突变是否来源于同一条链(染色体或父本或母本),two mutations carried by the same read

    首先,下载SHAPEIT. 按照里面的步骤安装完后,将vcf文件进行基因型定相,分四步走. 第一步,将vcf文件转化为plink二进制文件(.bed, .bim, .fam). 这一步需要用到GATK ...