From ecf088539b43ab3207b6b597f8b96b23a3a5b191 Mon Sep 17 00:00:00 2001 From: Jiri Tyr Date: Tue, 22 Mar 2016 11:11:12 +0000 Subject: [PATCH] More specific instructions for iPython --- docs/source/usage/other.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/source/usage/other.rst b/docs/source/usage/other.rst index 1646a89a..72bff6d1 100644 --- a/docs/source/usage/other.rst +++ b/docs/source/usage/other.rst @@ -114,11 +114,12 @@ For IPython<0.11 add the following lines to :file:`.ipython/ipy_user_conf.py`: # create skeleton ipy_user_conf.py file): powerline_setup() -For IPython>=0.11 add the following line to :file:`ipython_config.py` file in -the used profile: +For IPython>=0.11 add the following line to +:file:`~/.ipython/profile_default/ipython_config.py` file in the used profile: .. code-block:: Python + c = get_config() c.InteractiveShellApp.extensions = [ 'powerline.bindings.ipython.post_0_11' ]