From 84428076ff8670a431e35825a315ade575efd7b7 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 3 May 2021 17:57:19 +0300 Subject: [PATCH] Update app.py --- python_appimage/commands/build/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python_appimage/commands/build/app.py b/python_appimage/commands/build/app.py index bdae110..a88a982 100644 --- a/python_appimage/commands/build/app.py +++ b/python_appimage/commands/build/app.py @@ -233,7 +233,8 @@ def execute(appdir, name=None, python_version=None, linux_tag=None, deprecation = ( 'DEPRECATION: Python 2.7 reached the end of its life', - 'DEPRECATION: Python 3.5 reached the end of its life' + 'DEPRECATION: Python 3.5 reached the end of its life', + 'WARNING: Running pip as root' ) system(('./AppDir/AppRun', '-m', 'pip', 'install', '-U', in_tree_build,