1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/ptpython.md

33 lines
435 B
Markdown
Raw Normal View History

# ptpython
> 개선된 Python REPL.
> 더 많은 정보: <https://github.com/prompt-toolkit/ptpython>.
- REPL(대화형 셸) 시작:
`ptpython`
- 특정 Python 파일 실행:
`ptpython {{경로/대상/파일.py}}`
- 특정 Python 파일을 실행하고 REPL 시작:
`ptpython -i {{경로/대상/파일.py}}`
- 메뉴 열기:
`F2`
- 기록 페이지 열기:
`F3`
- 붙여넣기 모드 전환:
`F6`
- 종료:
`<Ctrl> + D`