terminal debug color1 터미널 디버깅 문구에 색상 추가하는 방법, COLORED PYTHON DEBUGGING OUTPUT / ERRORS / TRACEBACKS (IN BASH) 귀찮아서 안했던건데 오랜만에 개발하니 가시성이 떨어지길래 설정을 해볼까 한다 (하기 싫어서 그런가?) sudo vim ~/.bashrci 눌러서 insert mode로 변경 후 아래코드 복붙norm="$(printf '\033[0m')" #returns to "normal"bold="$(printf '\033[0;1m')" #set boldred="$(printf '\033[0;31m')" #set redboldyellowonblue="$(printf '\033[0;1;33;44m')"boldyellow="$(printf '\033[0;1;33m')"boldred="$(printf '\033[0;1;31m')" #set bold, and set red.copython() { python $.. 2021. 10. 7. 이전 1 다음