You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[IMP] base: "--shell-file" option override for $PYTHONSTARTUP
The $PYTHONSTARTUP env variable can contain a python script
that is used by Python shell at the start of any interactive session.
- fix this feature from being broken in python and ptpython
- include a new --shell-file=<filename> shell parameter to override
the env variable $PYTHONSTARTUP
- group the two shell parameters in a new options group
- remove custom python shells' banners from the start of the session
- shell options can now be saved in the configuration file.
Python docs: https://docs.python.org/3/using/cmdline.html#envvar-PYTHONSTARTUP
Community PR: odoo/odoo#185075
task-4306704
0 commit comments