mirror of
https://github.com/frappe/bench.git
synced 2025-01-08 00:04:38 +00:00
[fix] upgrade pip before installing bench
This commit is contained in:
parent
983d2054dd
commit
ec4a87ca67
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user