[PyCharm #001] 새 프로젝트 만들기, Remote Host 브라우저 띄우기, Remote Host Terminal 띄우기
2019. 9. 18. 13:59ㆍ컴퓨터_Com/파이썬 지식_Things to remember
1. PyCharm에서 새로운 프로젝트 실행하는 방법
- [File] --> [New Project]
- Location 변경 후 [Create] 클릭
- [New Window]에서 열기
- [File] --> [Settings] --> [Project Interpreter] 설정
- [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]
'컴퓨터_Com > 파이썬 지식_Things to remember' 카테고리의 다른 글
[PyCharm #002] SciView 열기 (0) | 2019.10.16 |
---|---|
[파이썬 Example #004] text파일의 특정 단어를 찾아서 새로운 파일에 쓰기 (0) | 2019.09.19 |
[파이썬 Example #003] pandas 다루기 (0) | 2019.09.10 |
[파이썬 Example #002] Linux에서 OS 모듈로 프로그램 여러개 실행 (0) | 2019.09.02 |
[파이썬 Example #001] random함수로 난수 생성 (0) | 2019.08.27 |