I am fairly new to Python and used Anaconda a few years ago on my Macbook. Now I want to uninstall Anaconda as I have no need for it and want to learn Python (and use Pycharm) from scratch. So far, I have followed the instructions on this post: How to uninstall Anaconda completely from macOS
But I don't understand the following instruction:
"Now if you want to clean all, you will also have to delete the two last lines added to your .bash_profile. They look like:
export PATH="/Users/ody/anaconda3/bin:$PATH"
Can someone explain what this means? I have Terminal open, what am I supposed to be typing?
I don't even really understand what I'm typing in Terminal so if you could explain as simply as possible that would be appreciated.