This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Eclipse python 개발 환경 설정

secmon(25)
Published in
#python
Words
51
Reading
1 min
Listen
Play
8y
  1. Eclipse Download
    https://www.eclipse.org/downloads/

  2. Installer에서 아무거나 Install
    installer.png

  3. 실행 후 [Help] -> [Install New Software..]
    install new software.png

  4. [Add] -> http://www.pydev.org/updates -> PyDev 선택
    add pydev.png
    select pydev.png

  5. 설치 후 Eclipse 재시작

  6. [New] -> [Project]-> [PyDev] -> [PyDev Project]
    new project.png

  7. Python 문법 버전, Interpreter 설정 [Click here to ....]

config interpreter.png

  1. Python interpreter directory 설정
    pydev choose.png

  2. py파일 생성
    new file.png

  3. helloworld 출력, Run 버튼 누르면 console 창에 출력
    run.png
    console.png