본문 바로가기
PROGRAMMING/Python

[스크랩]NetBeans 7 + Python 설정

by BLADEBONE 2011. 6. 30.

Netbeans 7에서 Python을 위한 환경 설정 방법

출처(Source):
by sturnbu,  https://techknowhow.library.emory.edu/blogs/sturnbu/2011/05/12/netbeans-7-and-python-ide


현재 NetBeans 7 버전에서는 공식적으로 Python을 지원하고 있지 않기 때문에, Python 개발환경을 위해서는 아래와 같이 추가적인 작업을 수행하여야 한다.

  • NetBeans 7 실행

 

  • 메뉴에서 Tools > Plugins 클릭

 

 

  • Plugins 창이 열리면 'Setting' 탭을 클릭

 

  • 'Setting' 탭에서 'Add' 버튼 클릭

 

 

  • 'Name'에 아무 이름이나 적으면 된다. (ex: Developer Updates)

 

  • 'Url'에 아래 주소를 붙여 넣고 'Ok' 버튼 클릭

 

http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz



 

  • 'Available Plugins' 탭으로 가서 'Reload Catalog' 버튼을 클릭하면, 업데이트 할 수 있는 항목이 새로 검색된다.

 

 

  • 항목 중 Python에 대한 항목을 선택하여, 설치하면 된다.

 





Original Article

Currently there is no official release of the python plugin for NetBeans 7 but support can be enabled by adding the Developer Plugin listings to your NetBeans 7 install.

To do this:

  • Start NetBeans 7
  • Click on Tools > Plugins
  • When the Plugins window opens click the Settings Tab
  • In the Settings tab click the Add button
  • Type whatever Name you want for this, I used 'Developer Updates'
  • Under URL put http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz and click OK
  • The plugin list should refersh and may take a moment, when it does click on the 'Available Plugins' tab.
  • In the search box there type 'python' to find the python plugin, check the box for that plugin and click Install.

Follow any other directions it gives to you but you should be up and ready to start coding in python.


반응형

'PROGRAMMING > Python' 카테고리의 다른 글

[Python] 내장 함수 (Built-in Function) - (1): A ~ H  (0) 2011.07.06
[Python] 예외처리 (Exceptions)  (0) 2011.07.02
[Python] 모듈 (Modules)  (0) 2011.06.16
[Python] 클래스 (Class)  (0) 2011.06.14
[Python] 문자열 관련 함수  (0) 2011.06.10

댓글