Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/How-To-Guides/Using-Python-Packages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Then setup your virtual environment:
# Make a virtual env and activate it
virtualenv -p python3 ./venv
source ./venv/bin/activate
# Make sure that colcon doesn't try to build the venv
# Make sure that colcon does not try to build the venv
touch ./venv/COLCON_IGNORE

Next, install the Python packages that you want in your virtual environment:
Expand Down