User Tools

Site Tools


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki