##// END OF EJS Templates
Backport PR #10644: system-wide startup files and env config...
Backport PR #10644: system-wide startup files and env config - adds `{sys.prefix}/etc/ipython` to config-file path, which is commonly used for Jupyter applications in envs - support startup files in system-wide config directories (e.g. `/etc/ipython/startup`, now `{sys.prefix}/etc/ipython/startup`)

File last commit:

r23768:459ffbdd
r23768:459ffbdd
Show More
env-config.rst
5 lines | 296 B | text/x-rst | RstLexer
  • IPython now looks for config files in {sys.prefix}/etc/ipython for environment-specific configuration.
  • Startup files can be found in /etc/ipython/startup or {sys.prefix}/etc/ipython/startup in addition to the profile directory, for system-wide or env-specific startup files.