I would like to ask if there is another way to disable creation of __pycache__ in the server.
My problem is it keeps generating even if I already set environment variable to PYTHONDONTWRITEBYTECODE=1
I want to disable __pycache__ because I only keep 5 releases in deployment. This cache is preventing the deletion of the 6th release because the cache is owned by root and can only be deleted through sudo.
I am using capistrano for deployment.
Thank you for your response!

所有评论(0)