From a99289d60415c40d66da9ebc041417ef763b0e5a Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Mon, 28 Apr 2025 13:34:08 -0700 Subject: [PATCH] Move comment to the right code line in code-block (#5400) Signed-off-by: Christophe Bedard (cherry picked from commit a1c7310213a516623164176489d36d7c1a9145d4) --- source/How-To-Guides/Using-Python-Packages.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/How-To-Guides/Using-Python-Packages.rst b/source/How-To-Guides/Using-Python-Packages.rst index f50b5b5141..f0caad34b0 100644 --- a/source/How-To-Guides/Using-Python-Packages.rst +++ b/source/How-To-Guides/Using-Python-Packages.rst @@ -76,8 +76,8 @@ Then setup your virtual environment: .. code-block:: console $ virtualenv -p python3 ./venv # Make a virtual env and activate it - $ source ./venv/bin/activate # Make sure that colcon does not try to build the venv - $ touch ./venv/COLCON_IGNORE + $ source ./venv/bin/activate + $ touch ./venv/COLCON_IGNORE # Make sure that colcon does not try to build the venv Next, install the Python packages that you want in your virtual environment: