반응형
- 플러그인
- Rainbow brackets
- Indent rainbow
- Key Promoter X
- CodeGlance Pro
- SonarLint
- 파이참 줄당 최대 글자 수 설정
How do I set the maximum line length in PyCharm?
I am using PyCharm on Windows and want to change the settings to limit the maximum line length to 79 characters, as opposed to the default limit of 120 characters. Where can I change the maximum a...
stackoverflow.com
- 서버의 프로젝트와 연동 -> interpreter를 추가 후 설정 X. 새로운 프로젝트로 만들면서 기존의 코드를 가져와야 연동됨
원격 서버에 접속해서 로컬 pycharm으로 python 개발하기 - Vlee's Tale
서버 설정 개발용으로 사용할 원격 서버에 다음과 같은 가상환경을 만든다. $ cd ~ $ mkdir test $ cd test $ python3 -m venv py3 $ py3/bin/python -m pip install --upgrade pip setuptools Pycharm 설정 pycharm을 열고 위 화면이
vlee.kr
반응형
'CS > Python' 카테고리의 다른 글
[Python] pyenv-win 설치 방법(PowerShell) (0) | 2024.03.14 |
---|---|
[Jupyter] Jupyter server process failed to start illegal char at index 해결 방법 (0) | 2022.07.27 |
[Jupyter] 주피터 노트북 원격 실행하기 (0) | 2022.07.27 |
[Python] pipenv 를 user 환경에 설치하고 확인하는 법 (1) | 2022.03.04 |
[Python] 파이썬 버전 충돌 시 경로 설정 방법 (0) | 2022.03.04 |