Skip to content

Instantly share code, notes, and snippets.

@iizukak
Created January 6, 2012 06:14
Show Gist options
  • Select an option

  • Save iizukak/1569291 to your computer and use it in GitHub Desktop.

Select an option

Save iizukak/1569291 to your computer and use it in GitHub Desktop.
iPythonにおけるエディタの変更方法
iPython でエディタを変更したい場合,環境変数を以下のように変更すればよい.
~/.ipython/ipythonrc で変更できるかどうかは未確認
export EDITOR="vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment