Skip to content

Commit 755e3af

Browse files
one complete sentence per line. (incomplete sentences) (#5178) (#5181)
Signed-off-by: Tomoya.Fujita <[email protected]> (cherry picked from commit 0eb96fc) Co-authored-by: Tomoya Fujita <[email protected]>
1 parent 1d18d16 commit 755e3af

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

source/How-To-Guides/Installation-Troubleshooting.rst

+4-10
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,13 @@ If you encounter exceptions when trying to source the environment after building
107107
Mixing conda and apt Python Conflict
108108
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
109109

110-
While using ros2, mixing packages installed with ``apt`` with packages
111-
installed with ``conda`` does not work.
112-
If you are using the official ``apt`` binaries for ROS 2, make sure that
113-
your ``PATH`` environment variable does not have any conda paths in it.
110+
While using ROS 2, mixing packages installed with ``apt`` with packages installed with ``conda`` does not work.
111+
If you are using the official ``apt`` binaries for ROS 2, make sure that your ``PATH`` environment variable does not have any conda paths in it.
114112
You may have to check your ``.bashrc`` for this line and comment it out.
115113

116-
On the other hand on Windows, the official ROS 2 installation procedure
117-
uses ``conda`` packages via the ``pixi`` package manager, and that works
118-
fine as there is no mix of different package managers
114+
On the other hand on Windows, the official ROS 2 installation procedure uses ``conda`` packages via the ``pixi`` package manager, and that works fine as there is no mix of different package managers
119115

120-
``conda`` packages for ros2 may be built (such as the one
121-
provided by the community-mantained [RoboStack](https://robostack.github.io/) project)
122-
but no official conda packages for ROS 2 are provided.
116+
``conda`` packages for ROS 2 may be built (such as the one provided by the community-mantained [RoboStack](https://robostack.github.io/) project) but no official conda packages for ROS 2 are provided.
123117

124118
Cannot start rviz2
125119
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)