Manual install of frappe fails

Hi I try to manually install frappe and erpnext according to this guideline: https://github.com/frappe/frappe/wiki/The-Hitchhiker%27s-Guide-to-Installing-Frappe-on-Linux

During the step

bench init --frappe-branch version-13 --python /usr/bin/python3 frappe-bench

I get the following error:

[Errno 2] No such file or directory: '/home/erpnext/frappe-bench/env/bin/python'

Any idea what goes wrong?

Could you try

bench init --frappe-branch version-13 frappe-bench

I get the same result. I even get it with `bench init frappe-bench. It seams that in the first step of the initialisation, the frappe-bench folder is not created, if I understand the procedure correctly…