-
1.아톰을 이용한 파이썬 개발환경 구축파이썬 2019. 10. 15. 13:36
파이썬 개발을 시작하기 위해서 진행한 내용 정리.
A hackable text editor for the 21st Century
At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.
atom.io
아톰을 우선 다운.
- 아톰 실행
- welcome guide 탭의 install a package 를 클릭
- open installer 클릭
- autocomplete-python 엔터
- install 클릭
-
- script 검색 후 install 클릭
- install a package화면 왼쪽의 install 탭을 클릭
- Open Config Folder 클릭
- .atom - packages - script - lib - grammars - python.coffee 클릭
- selection based 와 file based의 파이썬 경로를 지정 (경로 지정에 따라 해당 파이썬 버전 사용 가능)
- 아톰에서 새로운 파일을 생성(test.py) *py를 파이썬 확장자명
- print("hello world"); 입력
- Shift + Ctrl + B
기본 세팅 끝~!
'파이썬' 카테고리의 다른 글
파이참 터미널에서 avtive1.ps 오류시 (0) 2022.08.20 4.텐서플로우 설치-5분컷 (0) 2019.11.01 3.파이참을 이용한 파이썬 설치환경구축-5분컷 (0) 2019.10.22 2. vscode를 이용한 파이썬 개발환경 구축-5분컷 (0) 2019.10.18 0.파이썬 아나콘다 설치(반필수) (0) 2019.10.17