Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install Frappe Framework - bench: command not found

I am new to python and Frappe framework. I followed the steps provided in the following link to install Frappe framework on my Mac OS Sierra.

Frappe Bench Github

After successfully installing Python, MariaDB, Node JS, Redis and wkhtmltopdf (with patched qt) I created new folder named "FrappeSample" and run the following commands in it:

git clone https://github.com/frappe/bench bench-repo

pip install --user -e bench-repo

Now when I try to run the following command to install frappe bench

bench init frappe-bench && cd frappe-bench

I get the error which says:

-bash: bench: command not found

Can anyone please guide me what I did wrong or is there any extra configuration needed which was not properly mentioned in the documentation ?

like image 732
Zain SMJ Avatar asked Feb 17 '26 10:02

Zain SMJ


1 Answers

export PATH=$PATH:~/.local/bin

worked for me after following the The Hitchhiker's Guide to Installing Frappe on Linux. I started getting the error when I logged back several days after successful installation.

like image 130
Bravo Gidi Avatar answered Feb 19 '26 23:02

Bravo Gidi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!