3,367 views
この記事は最終更新から 1816日 が経過しています。
統合開発環境 eclipseに PyDevプラグインをインストールすると色々と便利!
1. インストール手順
(1) eclipse(ver.4.0を使用中)を起動
(2) [help] – [Install New Software…] メニューを選択
(3) [Work with] に http://pydev.org/updates を入力してリターン
(4) [Name] に表示された PyDev と PyDev Mylyn Integration を選択し、インストール実行
2. 初期設定
(1) eclipseを再起動
(2) [Window] – [Preferences] メニューを選択
(3) [PyDev] – [Interpreters] – [Python Interpreter] を選択
(4) [Python Interpreters] にプログラム実行時に使いたいpythonを指定 (例. /usr/bin/python)