Usually doing a clean on the pyc files solves this issue:
find . -name "*.pyc" -exec rm -f {} \;
The command above will delete all pyc files recursively.
}
Usually doing a clean on the pyc files solves this issue:
find . -name "*.pyc" -exec rm -f {} \;
The command above will delete all pyc files recursively.
Software engineer and technical writer. 10+ years experience in DevOps, Python, and Linux systems.
More articles by Leonardo Lazzaro