【Python】win10:Python3.9.2下载和安装⽬录
⼀、Python 下载
⼆、Python 安装
(1)到已经下载好的 exe 安装包,双击运⾏,如图,有两个注意事项:
① 底部先注意勾选上:Add Python 3.9 to PATH
② 点击选择安装⽅式:
【不推荐】默认安装:点击 install now ,则会默认装在 C 盘,不建议使⽤此种安装⽅式,因为会占⽤ C 盘空间,不⽅便以后查卸载更新:
【推荐】⾃定义安装:点击 customize installation ,然后⾃⼰选择要安装的⽬录路径,⽰例安装步骤如下:
(2)先⾃定义勾选第 1 页 Optional Features 的可选功能,然后点击 next:
Documentation : ⽂献资料安装【(可选可不选)主要做参考资料】
Installs the Python documentation files :安装 Python ⽂档⽂件
pip :pip 安装 【(必选)之后安装必要库时会⽤到】
Installs pip,which can download an install other Python packages :安装 pip,可以下载并安装其他 Python 软件包
tcl/tk and IDLE 【(可选可不选)开发常⽤】
Installs tkinter and the IDLE development environment :安装 tkinter 和 IDLE 开发环境
备注可参考 写的博⽂:
Python test suite :Python 测试套件 【(可选可不选)测试常⽤】
Installs the standard library test suite :安装标准库测试套件
Python launcher :Python 启动器【(必选)常⽤】
for all user (require elevation) :对于所有⽤户(需要提升) 【(可选可不选)对于本机上所有⽤户账号登录后的配置】Installs the global 'py' launcher to make it easier to start Python :安装全局的 'py'
启动器以更轻松地启动 Python
(3)继续⾃定义勾选第 2 页 Optional Features 的可选功能,再点击 Browse,选择⾃⼰想安装的⽬录位置,点击 install:Install for all users :为所有⽤户安装 【(可选可不选)对于本机上所有⽤户账号登录后的配置】
Associate files with Python require the py launcher :将⽂件与 Python 关联需要 py 启动器 【(必选)】
Create shortcuts for Installed application :为已安装的应⽤程序创建快捷⽅式【(必选)】
Add Python to environment variables :将 Python 添加到环境变量【(必选)】
Precompile standard library :预编译标准库【(可选可不选)为了⽅便还是选】
python默认安装路径Download debugging symbol :下载调试符号【(可选可不选)为了⽅便还是选】
Download debug binaries(require VS 2017 or later) :下载调试⼆进制⽂件(需要VS 2017或更⾼版本)【(可选可不选)为了⽅便还是选】
(4)等待安装成功后,点击 Close 关闭弹框:
三、Python 配置
检查安装时是否成功配置了系统环境变量 “path” ,新增 2 个路径如下:
① Python 的安装路径
② Python 的 Scripts ⽬录路径 【这是为了使⽤ Python 默认的 pip ⼯具】
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论