From d07a55334fd1978739da91ae133ab1a098493ae2 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Fri, 5 Apr 2024 19:42:17 +0300 Subject: [PATCH] Change a bit the way of enabling pip packages installation --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 77dbdff6..6cd2eb9e 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -71,7 +71,7 @@ my_travis_retry() { } echo "Enable installing packages with pip" -rm /usr/lib/python3.11/EXTERNALLY-MANAGED +mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old # TODO: 'kinetic-rosdep-clover.yaml' should add only if we use our repo? echo_stamp "Init rosdep"