From fd63dda509087cafcdbc4ea4e7667de074aa7ad2 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Fri, 17 Jan 2025 15:38:49 +0800 Subject: [PATCH] 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