From 23c795f21f01eb2f7971a66cad311798413ddf78 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 2 Apr 2024 23:52:40 +0300 Subject: [PATCH] Disable ipython installation --- builder/image-software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/image-software.sh b/builder/image-software.sh index b3d002b4b..4b3810e0d 100755 --- a/builder/image-software.sh +++ b/builder/image-software.sh @@ -85,8 +85,6 @@ my_travis_retry apt-get install --no-install-recommends -y cmake-data cmake my_travis_retry apt-get install --no-install-recommends -y \ unzip \ zip \ -ipython \ -ipython3 \ screen \ byobu \ nmap \ @@ -113,6 +111,8 @@ espeak espeak-data \ ntpdate \ mjpg-streamer \ python3-opencv +#ipython \ +#ipython3 \ #python-dev \ #python3-dev \ #python-systemd \