2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

editable install for bench-repo

This commit is contained in:
Pratik Vyas 2014-08-01 16:40:47 +05:30
parent 314d243786
commit 1fe6e83c51

View File

@ -178,7 +178,7 @@ install_bench() {
echo PIP not installed echo PIP not installed
exit 1 exit 1
fi fi
sudo $PIP install /home/$FRAPPE_USER/bench-repo sudo $PIP install -e /home/$FRAPPE_USER/bench-repo
} }
get_distro get_distro