1 开发环境搭建[python开发环境]

1.1.  确认安装什么环境:那个版本的环境[python2.x or  python3.x]

1.2. 课堂培训{第一阶段:python3.x环境}

1.3. 软件的下载安装[官方网站:http://www.python.org]

14. 下载:http://downloads.python.org

1.5. 开始安装

Python的安装方法

 windows系统

可执行文件后缀名称:.exe  -> execute [可执行的]

可自行文件名称:.msi -> microsoft installer [微软安装包]

python:蟒蛇、贪吃蛇

Python的安装方法

安装时,尽量选择自定义安装~默认安装方式会讲python安装在一个非常隐秘的位置!

customize:自定义

customer:客户

installation:安装

launcher:启动、启动器

Python的安装方法

安装时~!上面默认的选项都选中

Documentationpython文档

pippython摸块/包管理器

tcl/tk and IDEL python可视化操作工具

python test suitpython测试工具

py launcherpython启动器

for all usres:给当前系统的所有用户安装

optional:选项

Python的安装方法

选择安装位置:安装软件时~尽量不要在路径中出现中文和空格

如果必须要出现空格的时候~使用下划线替代空格

advanced:高级

 

Python的安装方法

Python的安装方法

 

 

3. 验证安装是否成功

 

首先:打开系统运行窗口【windows + R】

Python的安装方法

 

其次:打开的运行窗口中,输入cmd命令,点击确定/回车按键

Python的安装方法

 

第三:打开了系统的命令行窗口(也成为:终端窗口、脚本窗口、shell窗口、黑窗口)

Python的安装方法

 

第四:输入python -V命令,回车如下效果~说明安装完成!

Python的安装方法

python -V:查看系统中python版本的命令   -V:version

 


相关文章:

  • 2021-08-26
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
猜你喜欢
  • 2022-01-14
  • 2022-02-09
  • 2022-01-01
  • 2021-12-08
  • 2021-12-24
  • 2021-08-24
  • 2022-01-09
相关资源
相似解决方案