Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upF3 Not Working on bpython-curses in Windows 10 #802
Labels
Comments
|
Hey, the configuration file used by bpython comes from the XDG_CONFIG_HOME environment variable which is likely unset in case of Windows. If it's not set then we fall back to Is F3 bound to something in Windows environments perhaps? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I cannot get F3 to work in
bpython-curseson Windows 10.I am using:
windows-cursesversion 2.1.0bpythonversion 0.19When I execute
bpython-cursesfrom PowerShell, cmd.exe, or the Windows Terminal app, the interpreter starts without problem, butF3does nothing.Is bpython configurable on Windows? Could I just create a config file somewhere? If so, where should that go?
C:\Users\<user>\AppData\Local\bpython\?