You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run ros apt key download with `sudo` to access `/usr/share`
- add python bins in `~/.local/bin` to `PATH`
- add `BRANCH` argument, of `bitbots_main` branch to checkout
Copy file name to clipboardExpand all lines: bitbots_misc/bitbots_docs/docs/manual/tutorials/install_software_ros2.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,9 @@ In case you are not using the bash shell, replace ``~/.bashrc`` and ``bash`` wit
99
99
100
100
# >>> bit-bots initialize >>>
101
101
102
+
# Add python pip bins to PATH
103
+
export PATH="\$HOME/.local/bin:\$PATH"
104
+
102
105
# Ignore some deprecation warnings
103
106
export PYTHONWARNINGS="ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources,ignore:easy_install command is deprecated,ignore:setup.py install is deprecated"
export PYTHONWARNINGS="ignore:::setuptools.command.install,ignore:::setuptools.command.easy_install,ignore:::pkg_resources,ignore:easy_install command is deprecated,ignore:setup.py install is deprecated"
15
19
@@ -59,7 +63,7 @@ setup_ros() {
59
63
if [[ !-f /etc/apt/sources.list.d/ros2.list ]];then
0 commit comments