mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
18 lines
555 B
Reg
18 lines
555 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
[HKEY_CURRENT_USER\Software\Python\PythonCore]
|
|
"DisplayName"="Official Python installed with Scoop"
|
|
"SupportUrl"="https://www.python.org/"
|
|
|
|
[HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version]
|
|
"DisplayName"="Python $py_version"
|
|
|
|
[HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\InstallPath]
|
|
@="$py_root"
|
|
"ExecutablePath"="$py_root\\python.exe"
|
|
"WindowedExecutablePath"="$py_root\\pythonw.exe"
|
|
|
|
[HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\PythonPath]
|
|
@="$py_root\\Lib\\;$py_root\\DLLs\\"
|
|
|