什么是 Python Launcher?
以下是官方文档给出的解释
Newinversion3.3. ThePythonlauncherforWindowsisautilitywhichaidsinlocatingandexecutingofdifferentPythonversions.It allowsscripts(orthecommand-line)toindicateapreferenceforaspecificPythonversion,andwilllocateand executethatversion. UnlikethePATHvariable,thelauncherwillcorrectlyselectthemostappropriateversionofPython.Itwillprefer per-userinstallationsoversystem-wideones,andordersbylanguageversionratherthanusingthemostrecently installedversion.
翻译:
3.3版本新增功能
适用于 Windows 的 Python 启动器是一个实用组件,可帮助您定位和执行不同的 Python 版本。它允许脚本(或命令行)为特定的 Python 版本指示首选项,定位并执行该版本。
不同于 PATH 变量,Python Launcher 将正确选择最合适的 Python 版本。它更喜欢每个用户在系统范围内的安装,并且运行指定的 Python 版本,而不是使用最近安装的版本。
Python Launcher 的位置
在安装 Python 3.3 以上版本的 Python 时,我们可以看到下图中的一个选项,当我们勾选时,系统便会帮助我们自动安装 Python Launcher。
原文来自:https://www.py.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容