bench init frappe-bench --frappe-branch version-15 --python python3.11
using this command when starting build then it freeze… How to solve it?
Hi ,
Try using the path to the python3 executable --python /usr/bin/python3 , for example.
Thank you… But what will be the command? examplle: bench build --python /usr/bin/python3
bench init --help
will list the options.
Depending on the install instructions you are following, the options are not necessary. bench init frappe-bench
should work if the prerequisites are installed.