Hello I have been trying to install anaconda to work with the terminal but I can't find how to add the Conda command to the terminal I tried looking it up but didn't find anything I recently started using Ubuntu and I am really unfamiliar with everything, I realize I need to find a $path
somewhere but I don't know what exactly I need to do..
Edit:
I need to find how to edit the .bashrc
file, I can't find it.
thanks in advance.
.bashrc
file run this commandsudo -H gedit ~/.bashrc
– singrium Nov 20 '18 at 09:27.bashrc
please don't dosudo
with that file it belongs to you. If for some reason you can't edit it the change the ownership withsudo chown $USER:$USER ~/.bashrc
!!!!!! – George Udosen Nov 20 '18 at 09:35