I am following this tutorial frappe_docker/README.md at main · frappe/frappe_docker · GitHub to install ERPNext on my docker installation.
I am able to log into the development directory in the container using vscode but I am not able to install bench. this is the error I am getting.
frappe@46cc3449b6b9:/workspace/development$ bench init --skip-redis-config-generation --frappe-branch version-12 frappe-bench
WARN: bench is installed in editable mode!
This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench`
[Errno 13] Permission denied: 'frappe-bench'
ERROR: There was a problem while creating frappe-bench
Do you want to rollback these changes? [Y/n]:
Somebody please help me.