We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26adb2a commit ee294afCopy full SHA for ee294af
source/How-To-Guides/Using-Python-Packages.rst
@@ -76,8 +76,8 @@ Then setup your virtual environment:
76
.. code-block:: console
77
78
$ 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
+ $ source ./venv/bin/activate
+ $ touch ./venv/COLCON_IGNORE # Make sure that colcon does not try to build the venv
81
82
Next, install the Python packages that you want in your virtual environment:
83
0 commit comments