software:python
Python
PyClean
- Removes caches, .pyc bytecode files, etc.
alias pyclean="find . -name '*.pyc' -delete -print; find . -type d -name '__pycache__' -delete -print"
software/python.txt · Last modified: by 127.0.0.1
alias pyclean="find . -name '*.pyc' -delete -print; find . -type d -name '__pycache__' -delete -print"