Powershell에서 tab키 기능 수정하기
1) 모듈 삭제하는 방법
https://noel-embedded.tistory.com/912
2) *rlmain.py 파일 class BaseReadine(object) 변경
self.disable_readline = True 로 변경
'Python' 카테고리의 다른 글
[Python] 한 줄로 코딩하기 : List comprehension (0) | 2022.08.21 |
---|---|
[Python] 클래스(Class)와 객체(Object) (0) | 2022.08.20 |
리스트로 구현하는 자료구조 : Stack(스택)과 Queue(큐) (0) | 2022.08.13 |
[Jupyter] Pyspark로 SQL데이터 연동하기 (0) | 2022.07.29 |
Python으로 MySQL 연동하기 (0) | 2022.07.28 |