Skip to content

Commit aa3757c

Browse files
christophebedardmergify[bot]
authored andcommitted
Move comment to the right code line in code-block (#5400)
Signed-off-by: Christophe Bedard <[email protected]> (cherry picked from commit a1c7310)
1 parent 21b71f4 commit aa3757c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/How-To-Guides/Using-Python-Packages.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Then setup your virtual environment:
7676
.. code-block:: console
7777
7878
$ virtualenv -p python3 ./venv # Make a virtual env and activate it
79-
$ source ./venv/bin/activate # Make sure that colcon does not try to build the venv
80-
$ touch ./venv/COLCON_IGNORE
79+
$ source ./venv/bin/activate
80+
$ touch ./venv/COLCON_IGNORE # Make sure that colcon does not try to build the venv
8181
8282
Next, install the Python packages that you want in your virtual environment:
8383

0 commit comments

Comments
 (0)