-
-
Notifications
You must be signed in to change notification settings - Fork 252
print startup file errors #438
Copy link
Copy link
Closed
Description
PYTHONSTARTUP environmental variable being set causes bout him curtsies frontend to read and run commands in the file name specified by this variable. (https://docs.python.org/2/using/cmdline.html#envvar-PYTHONSTARTUP)
If the var is set but the specified file doesn't exist, Bpyhon crashes. Behavior should match normal Python interpreter instead.
Reactions are currently unavailable