Thanks to visit codestin.com
Credit goes to github.com

Skip to content

remove_all_pyc Bug #1

Closed
Closed
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions