From 4ccb2fb8c065f044d5b0e625d7daa6d44b1ac777 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 23 Jun 2021 18:01:52 +0200 Subject: [PATCH] no upgrade --- app/wsgi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wsgi.sh b/app/wsgi.sh index 7fcc668e..5f8a995a 100755 --- a/app/wsgi.sh +++ b/app/wsgi.sh @@ -24,7 +24,7 @@ gid='www-data' # You need at first checkout your sources in 'lib' folder # in host project side, then run : # pip install -e /srv/lib/mypackage... -pip3 install -U uwsgi +# pip3 install -U uwsgi # Install (staging) libs # /srv/bin/build/local/setup_lib.sh -- 2.39.5