OSError: [Errno 13] Permission denied

Hi @givencodes
Try following:

change directory to

frappe/frappe-bench 

run

$ sudo chown -R frappe:frappe *

note: if you dont have a sudo user, log in as root and run the above without “sudo”…

and then try again…

1 Like