gpt4 book ai didi

python - Windows Python 启动器 (py.exe) 如何找到 python 可执行文件?

转载 作者:行者123 更新时间:2023-12-05 06:48:30 47 4
gpt4 key购买 nike

我是第一次尝试使用 Windows Python 启动器 (py.exe)。我在命令 shell 中运行 python,但是在同一个 shell 中运行的启动器找不到要运行的任何版本的 python.exe:

where python                                          
C:\Python38\python.exe
py --list
Installed Pythons found by py Launcher for Windows
No Installed Pythons Found!


显然我的配置中缺少某些东西,但我不知道是什么。我一直在深入研究注册表并在以下位置找到 key :

HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Python/PyLauncher   
HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Python/PythonCore

但没有任何内容引用任何可执行文件。

感谢任何帮助!

最佳答案

您走在正确的道路上。在您的情况下,您需要在注册表中添加以下条目:

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.8]

[HKEY_CURRENT_USER\SOFTWARE\Python\PythonCore\3.8\InstallPath]
@="C:\\python38\\"
"ExecutablePath"="C:\\Python38\\python.exe"
"WindowedExecutablePath"="C:\\Python38\\pythonw.exe"

也在 py launcher does not find my Python 2.7 中回答

关于python - Windows Python 启动器 (py.exe) 如何找到 python 可执行文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66824903/

47 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com