rickstaa/.ros_conda_wrapper

Manual installation instructions

Closed this issue · 1 comments

I removed the manual installation instructions from the README.md. They can now be found here.

Manual installation

  1. Create a symbolic link to the ros_conda_wrapper_rc file:

    ln -fs "$(pwd)/ros_conda_wrapper_rc" "$(echo $HOME)/.ros_conda_wrapper_rc"
  2. Add the following code at the end of your .bashrc.

    # >>> ros_conda_wrapper initialize >>>
    ## Source Conda wrapper script
    if [ -f "$HOME/.ros_conda_wrapper_rc" ]; then
     . "$HOME/.ros_conda_wrapper_rc"
    fi
    # <<< ros_conda_wrapper initialize <<

Manual uninstall

To uninstall the wrapper do the opposite of what is described above.

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.