Language & OS/python
[python] 캐시데이터 일괄 삭제하기
아리멤모장
2022. 2. 9. 14:55
리눅스 환경에서 아래 명령어 실행
find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf