mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
26 lines
887 B
Reg
26 lines
887 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 ($py_archLabel)"
|
|
"SupportUrl"="https://www.python.org/"
|
|
"Version"="$py_fullversion"
|
|
"SysVersion"="$py_version"
|
|
"SysArchitecture"="$py_archbit"
|
|
|
|
[HKEY_CURRENT_USER\Software\Python\PythonCore\$py_version\Help\Main Python Documentation]
|
|
@="$py_root\\Doc\\python$py_cleanVersion.chm"
|
|
"DisplayName"="Python $py_fullversion Documentation"
|
|
|
|
[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\\"
|
|
|