IT

[python] python 설치 및 환경 설정(visual code 기준)

타크 2019. 4. 2. 17:20
반응형

아래의 방법으로 진행 (https://marketplace.visualstudio.com/items?itemName=ms-python.python)

 

Quick start

  • 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.

  •  

For more information you can:

 

반응형