- Notifications
You must be signed in to change notification settings - Fork 701
Closed
Description
https://github.com/realpython/python-scripts/blob/master/01_remove_all_pyc.md
All the Python 2 and 3 comes builtin with a battery to do that in a better way...
pyclean . You can also make it more Verbose or use a path to a project or module or whatever like:
pyclean --verbose /home/code/foo/ This solution is Cross-platform and more safe.
And the proposed solution on 01_remove_all_pyc.md will Fail to clean *.pyo and *.pyd.
Metadata
Metadata
Assignees
Labels
No labels