Error in executing bench init command

Hello, I am new with this framework and I cannot finish the installation, when trying to execute the command “bench init frappe-bench” it tells me that it has not been found in the order which does not let me create my folder, I am working with ubuntu 18.04 Can somebody help me?
pd: sorry for the translation I’m not good with English, it helps me google translate

Hi @Josguther, Welcome to the community :v:t2:.

Maybe you are missing bench-repo

follow the below steps for proper installation. It may help you.

  1. virtualenv .
  2. source ./bin/activate
  3. git clone GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps bench-repo
  4. pip install -e bench-repo
  5. bench init frappe-bench && cd frappe-bench
  6. cd frappe-bench
  7. bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
1 Like