Skip to content

Commit

Permalink
Add clarification for .bashrc (nasa#349)
Browse files Browse the repository at this point in the history
* Add clarification for .bashrc

The configure.sh script modifies user's .bashrc. In my case it did it incorrectly, as the logic using "grep" it has can't distinguish commented out lines.

This text makes it explicit that .bashrc is modified, and it suggests that the user examine the changes.

* Add to NASA_INSTALL.md note about .bashrc modif
  • Loading branch information
oleg-alexandrov authored Nov 30, 2021
1 parent a6bc103 commit 784f0cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/general_documentation/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ of turning on and off options. To see which options are supported, simply run
source ~/.bashrc
popd

The configure script modifies your ``.bashrc`` to source ``setup.bash`` for
the current ROS distribution and to set CMAKE_PREFIX_PATH. It is suggested
to examine it and see if all changes were made correctly.

If you want to explicitly specify the workspace and install directories, use
instead:

Expand Down
4 changes: 4 additions & 0 deletions doc/general_documentation/NASA_INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ of turning on and off options. To see which options are supported, simply run
source ~/.bashrc
popd

The configure script modifies your ``.bashrc`` to source ``setup.bash`` for
the current ROS distribution and to set CMAKE_PREFIX_PATH. It is suggested
to examine it and see if all changes were made correctly.

If you want to explicitly specify the workspace and/or install directories, use
instead:

Expand Down

0 comments on commit 784f0cb

Please sign in to comment.