Manual installation instructions
Closed this issue · 1 comments
rickstaa commented
I removed the manual installation instructions from the README.md. They can now be found here.
Manual installation
-
Create a symbolic link to the
ros_conda_wrapper_rc
file:ln -fs "$(pwd)/ros_conda_wrapper_rc" "$(echo $HOME)/.ros_conda_wrapper_rc"
-
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 commented
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.