diff --git a/install_scripts/setup_frappe.sh b/install_scripts/setup_frappe.sh index 22aeac8c..351f4b1a 100644 --- a/install_scripts/setup_frappe.sh +++ b/install_scripts/setup_frappe.sh @@ -178,7 +178,7 @@ install_bench() { echo PIP not installed exit 1 fi - sudo $PIP install /home/$FRAPPE_USER/bench-repo + sudo $PIP install -e /home/$FRAPPE_USER/bench-repo } get_distro