From fd63dda509087cafcdbc4ea4e7667de074aa7ad2 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Fri, 17 Jan 2025 15:38:49 +0800 Subject: [PATCH 1/3] Add venv as a dependency since the following step needs it. By default python venvs maynot be installed in ubuntu. I ran into this issue when building from source. Signed-off-by: Arjo Chakravarty --- jetty/install_ubuntu_src.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty/install_ubuntu_src.md b/jetty/install_ubuntu_src.md index 57968fd78b..c589c3087a 100644 --- a/jetty/install_ubuntu_src.md +++ b/jetty/install_ubuntu_src.md @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed. Install tools needed by this tutorial: ```bash -sudo apt install python3-pip lsb-release gnupg curl +sudo apt install python3-pip python3-venv lsb-release gnupg curl ``` ## vcstool and colcon from pip From d8eaa809145e3326f57d93db7e626c13e2063bd0 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Fri, 17 Jan 2025 15:40:03 +0800 Subject: [PATCH 2/3] Update for ionic Signed-off-by: Arjo Chakravarty --- ionic/install_ubuntu_src.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/install_ubuntu_src.md b/ionic/install_ubuntu_src.md index 9ceb14b6b0..312874a9ad 100644 --- a/ionic/install_ubuntu_src.md +++ b/ionic/install_ubuntu_src.md @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed. Install tools needed by this tutorial: ```bash -sudo apt install python3-pip lsb-release gnupg curl +sudo apt install python3-pip python3-venv lsb-release gnupg curl ``` ## vcstool and colcon from pip From 8548bbbca1063091e9ca80fababaf12171944797 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Fri, 17 Jan 2025 15:41:12 +0800 Subject: [PATCH 3/3] Update harmonic Signed-off-by: Arjo Chakravarty --- harmonic/install_ubuntu_src.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmonic/install_ubuntu_src.md b/harmonic/install_ubuntu_src.md index 6982ca650e..bae2ea045c 100644 --- a/harmonic/install_ubuntu_src.md +++ b/harmonic/install_ubuntu_src.md @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed. Install tools needed by this tutorial: ```bash -sudo apt install python3-pip lsb-release gnupg curl +sudo apt install python3-pip python3-venv lsb-release gnupg curl ``` ## vcstool and colcon from pip