I previously had Conda running smoothly on Mojave, but I\'ve found that the upgrade to Catalina moves the \"anaconda3\" folder to your Desktop > Relocated Items > Security >
I have the same problem, and this work for me : My solution:
#!/anaconda3/bin/python to #!/Users/YourUserName/anaconda3/bin/pythonexport PATH=''/Users/YourUserName/anaconda3/bin:$PATH"conda init zsh