Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 743 Bytes

pycharm.md

File metadata and controls

23 lines (15 loc) · 743 Bytes

Pycharm 관련 설정

사용할 Python Interpreter 세팅

  1. cmd + , 또는 ctrl + ,로 설정 진입
  2. Project: <프로젝트명>섹션을 클릭, Project Interpreter선택
  3. Project Interpreter를 클릭, 최하단의 Show All클릭
  4. +버튼을 클릭하고 Add Local선택
  5. 인터프리터 경로를 선택하고 OK클릭
    • macOS : /usr/local/var/pyenv/versions/<환경명>/bin/python
    • Ubuntu : /home/<유저명>/.pyenv/versions/<환경명>/bin/python

Multi Selection 단축키 설정

Preferences -> Keymap -> 검색창에 add selection 입력 -> Add Selection for Next Occurrence의 단축키 할당 (cmd + d를 추천)


단축키

터미널 열기 : alt + f12