如何将 Python 版本添加到 Python 启动器?
How can I add a Python version to the Python Launcher?
在 Windows 上,如何将 Python 版本添加到 Python 启动器?我在 2.7 旁边安装了 python 3.7。我已确保 PATH
变量和注册表项正确无误。我要说的一件事是,我在我的机器上看不到任何其他 Python 环境变量(例如 PYTHONPATH
),或者 py.ini
描述的任何一个文件 here .
如果可能,我希望该解决方案也适用于 python 发行版,例如 Anaconda。
这是与 py launcher does not find my Python 2.7 相同的问题,但 none 的答案对我有用,所以我相信我可以再问一遍。
相关:
How should I set the default Python version in Windows
我通过转到 Control Panel -> Uninstall A Program
、右键单击 "Python 2.7.15"、单击 "change",然后按 "repair" 解决了这个问题。不知道为什么我没有先尝试一下。
在 Windows 上,如何将 Python 版本添加到 Python 启动器?我在 2.7 旁边安装了 python 3.7。我已确保 PATH
变量和注册表项正确无误。我要说的一件事是,我在我的机器上看不到任何其他 Python 环境变量(例如 PYTHONPATH
),或者 py.ini
描述的任何一个文件 here .
如果可能,我希望该解决方案也适用于 python 发行版,例如 Anaconda。
这是与 py launcher does not find my Python 2.7 相同的问题,但 none 的答案对我有用,所以我相信我可以再问一遍。
相关: How should I set the default Python version in Windows
我通过转到 Control Panel -> Uninstall A Program
、右键单击 "Python 2.7.15"、单击 "change",然后按 "repair" 解决了这个问题。不知道为什么我没有先尝试一下。