Skip to content

Commit a1c7310

Browse files
Move comment to the right code line in code-block (ros2#5400)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent acbb89e commit a1c7310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)