From 8caa135d57970e084faf32a3322b1dc7b31f6704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 6 Apr 2020 09:51:07 +0200 Subject: [PATCH] Fix pipupgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b4b88a1..ec2c04f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -170,7 +170,7 @@ then # Actually there are no official way to upgrade all package # This problem is documented here : https://github.com/pypa/pip/issues/4551 # One best way is actually to use pipupgrade - pipupgrade --yes --pip-path /tmp/matrix-synapse/bin/pip + pipupgrade --yes --pip-path $final_path/bin/pip pip3 install --upgrade matrix-synapse==$upstream_version matrix-synapse-ldap3