python3xiaobaike_2020/chapter1/1-3 python3小白课:python安装.md
2025-04-20 23:22:14 +08:00

26 lines
790 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# python3小白课python安装
安装时需要注意几个点:
1选择好安装路径路径中`不要出现中文`,尽量不要出现空格,方便后续寻址。
2勾选添加到`环境变量`,会自动添加,也可以到环境变量中自己添加一下。
![图1-3-1 安装界面1](assets/1-3-1.jpg)
![图1-3-2 安装界面2](assets/1-3-2.jpg)
![图1-3-3 安装界面3](assets/1-3-3.jpg)
### 单词释义
| 单词 | 释义 |
| ---------------------- | ---------- |
| PATH | 路径 |
| Customize installation | 自定义安装 |
| shortcuts | 快捷方式 |
| environment variables | 环境变量 |
| location | 位置,定位 |
| Install | 安装 |