Skip to content

Commit

Permalink
add specific note for suppressing old config-file warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jun 21, 2011
1 parent fbd5ae9 commit ef34a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IPython/utils/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ def check_for_old_config(ipython_dir=None):
will be ignored. See http://ipython.github.com/ipython-doc/dev/config for
details on the new config system. To start configuring IPython, do
`ipython profile create`, and edit `ipython_config.py` in
<ipython_dir>/profile_default.""")
<ipython_dir>/profile_default, adding
`c.InteractiveShellApp.ignore_old_config=True`""")


0 comments on commit ef34a2f

Please sign in to comment.