23 Apr
2020
23 Apr
'20
6:11 p.m.
Mark Sapiro a écrit le 23/04/2020 à 20:02 :
On 4/23/20 10:27 AM, Gilles Filippini wrote:
You'll have also to remove the compiled files from the __pycache__ directory:
This is not necessary. If the .py file is newer than the .pyc file in the __pycache__ directory, the interpreter will use the .py file and if it has permission will rewrite the .pyc file.
Indeed, if it has permission. When testing in user space it does not have permission. These files are owned by root.
_g.