아래의 방법으로 진행 (https://marketplace.visualstudio.com/items?itemName=ms-python.python)
Quick start
-
Step 1. Install a supported version of Python on your system (note: that the system install of Python on macOS is not supported). Python 설치
-
Step 2. Install the Python extension for Visual Studio Code. VSCode 설치 & Python 확장 플러그인 설치
- Step 3. Open or create a Python file and start coding!
Optional steps
-
Step 4. Install a linter to get errors and warnings -- you can further customize linting rules to fit your needs. Code 검사기 Linter 설치 => PIP : 파이썬 패키지 관리자
-
Step 5. Select your preferred Python interpreter/version/environment using the Select Interpreter command.
-
By default we use the one that's on your path.
-
If you have a workspace open you can also click in the status bar to change the interpreter.
-
-
Step 6. Install ctags for Workspace Symbols, from he tre, or using brew install ctags on macOS.
-
윈도우의 경우 : http://i5on9i.blogspot.com/2017/01/windows-ctag.html 참조
For more information you can:
-
Follow our Python tutorial with step-by-step instructions for building a simple app.
-
Check out the Python documentation on the VS Code site for general information about using the extension.
'IT' 카테고리의 다른 글
windows 10 설치 파일 만들기(윈도우10 부팅 usb) (0) | 2019.04.09 |
---|---|
[데이터베이스]mssql과 mysql 정렬 방식 차이 (0) | 2019.04.04 |
ATL 단순 개체 스레딩 모델 (0) | 2019.03.06 |
[visual studio]SDL(Security Development Lifecycle) 검사 (0) | 2019.03.06 |
[MFC]dll 만들기 및 idl 추가 (0) | 2019.03.05 |