사용자 도구

사이트 도구


install-python

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
install-python [2020/05/14 07:25]
gsjung
install-python [2020/08/27 00:56]
gsjung
줄 14: 줄 14:
 ===== Docker ===== ===== Docker =====
 [[https://gitlab.com/dreamwayjgs/python-node-nginx-base]] [[https://gitlab.com/dreamwayjgs/python-node-nginx-base]]
 +
 +==== Docker Vscode Current Basic settings ====
 +<code>
 +"settings": {
 + "python.formatting.provider": "black",
 + "python.formatting.blackArgs": [
 + "--line-length",
 + "120"
 + ],
 + "editor.formatOnSave": true,
 + "python.linting.pylintEnabled": false,
 + "python.linting.enabled": true,
 + "python.linting.flake8Enabled": true,
 + "python.linting.lintOnSave": true,
 + "python.linting.flake8Args": [
 + "--max-line-length=120"
 + ],
 + "python.analysis.diagnosticMode": "workspace",
 + "python.analysis.typeCheckingMode": "basic",
 + "python.languageServer": "Pylance",
 + "python.pythonPath": "/usr/local/bin/python"
 + },
 + // Add the IDs of extensions you want installed when the container is created.
 + "extensions": [
 + "ms-python.vscode-pylance"
 + ],
 +</code>
  
 ===== 그냥 깔기 (Native OS 에 설치) ===== ===== 그냥 깔기 (Native OS 에 설치) =====
install-python.txt · 마지막으로 수정됨: 2021/04/13 06:54 (바깥 편집)