From ea71603f8e5c5460f24b12db022c2b4f977ac58b Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Sat, 12 Feb 2022 09:45:21 +0100 Subject: [PATCH] Secure pip / root warning --- python_appimage/commands/build/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_appimage/commands/build/app.py b/python_appimage/commands/build/app.py index db7017a..495bbcb 100644 --- a/python_appimage/commands/build/app.py +++ b/python_appimage/commands/build/app.py @@ -239,7 +239,7 @@ def execute(appdir, name=None, python_version=None, linux_tag=None, 'DEPRECATION: Python 2.7 reached the end of its life', 'DEPRECATION: Python 3.5 reached the end of its life', 'DEPRECATION: In-tree builds are now the default', - 'WARNING: Running pip as root' + 'WARNING: Running pip as' ) system(('./AppDir/AppRun', '-m', 'pip', 'install', '-U', in_tree_build,