2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

sublime text 2 + sublimeREPL + anaconda

Last updated at Posted at 2014-12-21

sublime text 2 + sublimeREPL + anacondaでの設定方法メモ

python + numpy + scipyで信号処理関連やりたいのだけど、spyderのeditorがemacsキーバインドじゃないので泣く泣く他でセッティング。spyder使いたかった、、、

とりあえずsublime textにしてみた。環境はmac osx mavericks.

今のところsublime textにインストールしたもの:

  1. PackageControl
  2. SublimeREPL
  3. SublimeRope

インストールの為にやったこと

  1. install sublime text 2
  2. do package install via copy & pasting stuff from here: https://sublime.wbond.net/installation
  3. cmd+shift+p→installでpackage選択
  4. SublimeREPLでanacondaのipythonを選択できる様にするにはPackages/User folderにファイルを作っていれる。入れるファイルについてはココを参照:http://stackoverflow.com/questions/20861176/how-do-i-setup-sublimerepl-with-anacondas-interpreter
  5. Tools -> SublimeREPL-> Python -> IPython - Anacondaメニューができるのでそれを選ぶと新しいウィンドウが開く。

MacでのPackages folderのありか

/Users/{user}/Library/Application Support/Sublime Text 2/Packages
thanks to this: http://stackoverflow.com/questions/7808452/what-is-the-full-path-to-the-packages-folder-for-sublime-text-2-on-mac-os-lion

さて、、、

肝心のsublime textの使い方が分からない、、、

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?