1) 파이썬 개발환경 설치
- Visual Studio 2019 설지 (Python 선택하여 설치)
: 다운로드 경로 → https://visualstudio.microsoft.com/ko/
: Community 버전 다운로드 설치
Visual Studio IDE, 코드 편집기, Azure DevOps 및 App Center - Visual Studio
Visual Studio dev tools & services make app development easy for any platform & language. Try our Mac & Windows code editor, IDE, or Azure DevOps for free.
visualstudio.microsoft.com
- Python 선택하여 설치

2) Python 환경
- 설치 후 Python.exe 경로 확인
: C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64

3) Python pip 패키지 설치 방법
- Visual Stduo에서 간단히 클릭으로 설치
ex) PyQt5 설치해야 할 경우 : ①python3.7 오른쪽 마우스 -> ② Python 패키지 관리 -> ③ pyqt5 검색하여 설치

여기까지 Visual Studio2019로 Python 개발 환경을 만들어 보았다.
'#1프로그래밍 > #1-1파이썬' 카테고리의 다른 글
Python - cmd 명령어 결과 DataFrame 변환 (0) | 2021.08.31 |
---|---|
Python - DataFrame 사용하기 (DataFrame 초기화 사용) (0) | 2021.08.31 |
Python - os 명령어 (0) | 2021.08.31 |
Python - Jupyer 주석 사용하기 (0) | 2021.08.31 |
#2_파이썬 간단 테스트 (0) | 2020.11.09 |