Hi everyone,
When I do this step
# enable the "conda" command in Terminal
echo ". /anaconda3/etc/profile.d/conda.sh" >> ~/.bash_profile
source ~/.bash_profile
it gives to me an error:
ral$ source ~/.bash_profile
-bash: ../../anaconda3/etc/profile.d/conda.sh: Permission denied
-bash: ././anaconda3/etc/profile.d/conda.sh: No such file or directory
My anaconda folder is in: /Users/felipecabral/anaconda3
and my python libraries are in: /Users/felipecabral/Documents/mflix-python