0
0

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 1 year has passed since last update.

contabo VPSにEclipseをインストールしてみた

Posted at

参照サイト

Python環境を構築するためにEclipseをインストールする

EclipseをHPからダウンロードする

Eclipseをインストールする

mkdir eclipse
cd eclipse/
tar -xvzof ~/Downloads/eclipse-inst-jre-linux64.tar.gz
./eclipse-inst

PyDevをインストールする

Help > Install new software

newinstall

Add

newinstall2

PyDevのリポジトリを登録

addrepository

PyDevにチェックを入れる > Next

newinstall3

Next

newinstall4

I accept > Finish

newinstall5

PyDevパースペクティブを開く

Window > Perspective > Open Perspactive > other

openperspective1

PyDev

openperspective2

インタープリタを追加する

Window > Preferences

preference1

PyDev > Interpreters > Python Interpreter

preference2

New > Choose from list

preference3

インタープリタを選ぶ

preference4

パスを通す

preference5

インタープリタが追加された

preference6

pipをインストールする

$ curl -O https://bootstrap.pypa.io/get-pip.py
$ python3 get-pip.py --user
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?