Activating conda (anaconda) in bash in Mac OSX (macOS Catalina)
I run into this problem every time I setup a new Macbook. In order to add conda to your bash profile, simply run the following commands
cd YOUR_PATH_ANACONDA/bin
./conda init bashRestart bash and conda shoud be accessible!