Loading .ipython/profile_default/ipython_config.py +9 −0 Original line number Diff line number Diff line import six import logging from os.path import join, dirname python_exe = 'python3' if six.PY3 else 'python2' Loading @@ -22,3 +23,11 @@ c.AliasManager.user_aliases = [ ('python3', 'python3'), ('pip', '{0} -m pip'.format(python_exe)), ] c.InteractiveShellApp.exec_lines = [ 'from importlib import reload', ] c.InteractiveShellApp.log_level = logging.DEBUG c.TerminalInteractiveShell.confirm_exit = False c.TerminalInteractiveShell.editing_mode = 'vi' Loading
.ipython/profile_default/ipython_config.py +9 −0 Original line number Diff line number Diff line import six import logging from os.path import join, dirname python_exe = 'python3' if six.PY3 else 'python2' Loading @@ -22,3 +23,11 @@ c.AliasManager.user_aliases = [ ('python3', 'python3'), ('pip', '{0} -m pip'.format(python_exe)), ] c.InteractiveShellApp.exec_lines = [ 'from importlib import reload', ] c.InteractiveShellApp.log_level = logging.DEBUG c.TerminalInteractiveShell.confirm_exit = False c.TerminalInteractiveShell.editing_mode = 'vi'