while I try to install the frappe and I reach the step to Initialize Frappe Bench , its show me this error :
bench init frappe-bench --frappe-branch version-15
Traceback (most recent call last):
File "/usr/local/bin/bench", line 8, in <module>
sys.exit(cli())
^^^^^
File "/usr/local/lib/python3.12/dist-packages/bench/cli.py", line 74, in cli
cmd_from_sys = get_cmd_from_sysargv()
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/bench/utils/__init__.py", line 581, in get_cmd_from_sysargv
if sys_argv.index(arg) == 0 and arg in Bench(".").apps:
^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/bench/bench.py", line 67, in __init__
self.apps = BenchApps(self)
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/bench/bench.py", line 177, in __init__
self.initialize_apps()
File "/usr/local/lib/python3.12/dist-packages/bench/bench.py", line 281, in initialize_apps
for x in os.listdir(os.path.join(self.bench.name, "apps"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: './apps'