[PyCharm #001] 새 프로젝트 만들기, Remote Host 브라우저 띄우기, Remote Host Terminal 띄우기

2019. 9. 18. 13:59컴퓨터_Com/파이썬 지식_Things to remember

1. PyCharm에서 새로운 프로젝트 실행하는 방법

  1. [File] --> [New Project]
  2. Location 변경 후 [Create] 클릭
  3. [New Window]에서 열기
  4. [File] --> [Settings] --> [Project Interpreter] 설정
  5. [File] --> [Settings] --> [Deployment] 설정

 

2. Remote Host Browser (Server 폴더 구조) 보는 방법

  • [Tools] --> [Deployment] --> [Browse Remote Host]

 

3. Remote Host Terminal (Server의 terminal) 보는 방법

  • [Tools] --> [Start SSH Session] --> Host 선택

 

4. 파일의 수정 기록 (editing history) 보는 방법

  • [VCS] --> [Local History]