Skip to content

Instantly share code, notes, and snippets.

@JamesTheAwesomeDude
Last active January 23, 2024 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesTheAwesomeDude/2240f44fae98091cc159404ffbc25d41 to your computer and use it in GitHub Desktop.
Save JamesTheAwesomeDude/2240f44fae98091cc159404ffbc25d41 to your computer and use it in GitHub Desktop.
add PyPy to "py" launcher
Windows Registry Editor Version 5.00
; py -V:PyPy/3.10
[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PyPy\3.10]
"SupportUrl"="https://www.pypy.org/"
"DisplayName"="PyPy3.10"
"SysVersion"="3.10"
"SysArchitecture"="64bit"
"Version"="7.3.15"
[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PyPy\3.10\InstallPath]
@="C:\\Program Files\\PyPy310"
"ExecutablePath"="C:\\Program Files\\PyPy310\\pypy.exe"
"WindowedExecutablePath"="C:\\Program Files\\PyPy310\\pypyw.exe"
[HKEY_LOCAL_MACHINE\SOFTWARE\Python\PyPy\3.10\Idle]
@="C:\\Program Files\\PyPy310\\Lib\\idlelib\\idle.pyw"
Windows Registry Editor Version 5.00
; Obviously, this only wipes the registry entry.
; You'll have to go actually delete the folder yourself.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Python\PyPy\3.10]
[-HKEY_CURRENT_USER\SOFTWARE\Python\PyPy\3.10]
Windows Registry Editor Version 5.00
; py -V:PyPy/3.10
[HKEY_CURRENT_USER\SOFTWARE\Python\PyPy\3.10]
"SupportUrl"="https://www.pypy.org/"
"DisplayName"="PyPy3.10"
"SysVersion"="3.10"
"SysArchitecture"="64bit"
"Version"="7.3.15"
[HKEY_CURRENT_USER\SOFTWARE\Python\PyPy\3.10\InstallPath]
@="C:\\Wherever You Installed\\PyPy310"
"ExecutablePath"="C:\\Wherever You Installed\\PyPy310\\pypy.exe"
"WindowedExecutablePath"="C:\\Wherever You Installed\\PyPy310\\pypyw.exe"
[HKEY_CURRENT_USER\SOFTWARE\Python\PyPy\3.10\Idle]
@="C:\\Wherever You Installed\\PyPy310\\Lib\\idlelib\\idle.pyw"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment