mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +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
|
echo PIP not installed
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
run_cmd sudo $PIP install --upgrade pip
|
||||||
run_cmd sudo $PIP install -e /home/$FRAPPE_USER/bench-repo
|
run_cmd sudo $PIP install -e /home/$FRAPPE_USER/bench-repo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user