Install PyDev for Eclispe
- Download Eclipse Classic 4.2.1
- Run Eclipse
- Menu : Help > Install New Software
- Click on ’Add…’ then PyDev in ’Name’ and http://pydev.org/updates/ in ’Location’
- Select PyDev, PyDev > PyDev for Eclise
- Install
Configuratin
파이썬 명령어를 등록.
- ’Eclipse > Preferences > PyDev > Interpreter - Python’
- Select ’New’, in ’Interpreter Name’ set python3 and in ’Interpreter Executable’
set ’/usr/local/bin/python3’ (which is a symlink to /usr/local/Cellar/python3/3.3.0/Frameworks/Python.framework/Versions/3.3/bin/python3.3)
then ’OK’
파이썬 명령어 위치를 등록한다.
반응형
'lang > py' 카테고리의 다른 글
Python 정규표현식 re (0) | 2016.12.12 |
---|---|
python3 format() 서식화 메서드 (0) | 2016.12.08 |
Python 문자열 변환 메서드 (0) | 2016.12.05 |
무료 파이썬 자습서, eBook 및 전자책 (0) | 2015.04.30 |
Python Eclipse 개발 환경 (0) | 2014.10.15 |