We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce4310 commit 463c732Copy full SHA for 463c732
05.installation.md
@@ -21,7 +21,7 @@
21
22
### DOS 提示符 {#dos-prompt}
23
24
-如果你希望在 Windows 命令行,如 DOS 提示符,环境下使用 Python,则你需要设置相应的PATH 环境变量。
+如果你希望在 Windows 命令行使用 Python,比如 DOS 提示符,你需要设置相应的PATH 环境变量。
25
26
对于 Windows 2000,XP,2003,点击 `控制面板` → `系统` → `高级` → `环境变量` 。点击 _系统变量_ 选项卡下名为 `PATH` 的变量,选择 `编辑` 并在已存在的字符串末尾添加 `;C:\Python35` (请确保该文件夹确实存在,对于更新版本的 Python 文件夹的名字可能有所不同)。当然,你应该使用恰当的目录名称。
27
@@ -85,4 +85,4 @@ Python 3.5.1
85
86
---
87
88
-[^1]: 本书采用 Python 3.5.1 用来讲授,但最新版本 Python 已非此版本。在翻译时遵从原书内容继续沿用 Python 3.5.1 版本,请读者自行代换为最新版本。
+[^1]: 本书采用 Python 3.5.1 用来讲授,但最新版本 Python 已非此版本。在翻译时遵从原书内容继续沿用 Python 3.5.1 版本,请读者自行代换为最新版本。
0 commit comments