[디버그] vscode 상에서 autopep8 안될때
2023. 5. 24. 21:23ㆍ디버그
formatOnSave를 Enabled로
설정 -> python 입력 -> provider을 autopep8로 설정
optinon + shift + f = 자동정렬
안되면 autopep8 extension off 했다 다시 로드 후 켜기
그래도 안되면 command + shift + p 누르고 python interpreter 누르고 interpreter 자신의 환경에 맞게 변경
.venv 기준 python 위치 찾기: .venv/bin까지 입력하면 됨
'디버그' 카테고리의 다른 글
[디버그] TypeError: Object of type reversed is not JSON serializable (0) | 2023.11.06 |
---|---|
[디버그] git clone 할 때 fatal destination path 오류가 뜬다면 (0) | 2023.10.16 |
[디버그] cuda home environment variable is not set (0) | 2023.05.29 |
[디버그] conda 가상환경 내 pip install -r requirements 설치시 주의사항 (0) | 2023.05.29 |
[디버그] miniconda 설치 및 주의사항 (0) | 2023.05.28 |