2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

[fix] upgrade pip before installing bench

This commit is contained in:
Anand Doshi 2015-12-08 18:47:06 +05:30
parent 983d2054dd
commit ec4a87ca67

View File

@ -381,6 +381,8 @@ install_bench() {
echo PIP not installed
exit 1
fi
run_cmd sudo $PIP install --upgrade pip
run_cmd sudo $PIP install -e /home/$FRAPPE_USER/bench-repo
}