To remove that warning, simply erase the file path string in the .bashrc file using nano command. Here's how:
Steps to remove that warning:
- Open Git Bash and check .bashrc location by typing
~/.bashrc
into git bash.
- Navigate to folder where .bashrc file is located.
- Type
nano .bashrc
- Erase the string that says
C:/Users/RS3/Anaconda3/etc/profile.d/conda.sh
- Press ctrl+O to save .bashrc file and then ctrl+X to exit.
When you reopen git bash nothing should appear because .bashrc doesn't have that path in it anymore. Also, if conda commands were working before it will still continue to work after erasing this.