Error installing a new site

NFO:bench.utils:creating new site site1.local
frappe app is not installed. Run the following command to install frappe
bench get-app GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
INFO:bench.utils:/Users/admin/Dev/frappe-bench/env/bin/frappe site1.local --install 1bd3e0294d
/bin/sh: /Users/admin/Dev/frappe-bench/env/bin/frappe: No such file or directory
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==4.1.0’, ‘console_scripts’, ‘bench’)()
File “/Users/admin/Dev/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/Library/Python/2.7/site-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/Library/Python/2.7/site-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/Library/Python/2.7/site-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/Library/Python/2.7/site-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/Library/Python/2.7/site-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/Users/admin/Dev/bench-repo/bench/commands/make.py”, line 58, in new_site
new_site(site, mariadb_root_password=mariadb_root_password, admin_password=admin_password)
File “/Users/admin/Dev/bench-repo/bench/utils.py”, line 177, in new_site
), cwd=os.path.join(bench_path, ‘sites’))
File “/Users/admin/Dev/bench-repo/bench/utils.py”, line 140, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: /Users/admin/Dev/frappe-bench/env/bin/frappe site1.local --install 1bd3e0294d

use this
bench init --frappe-path GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript frappe-bench
after that

Thanks

It still brings the same error