This is a user-to-user support forum for Apple products. Anaconda is not an Apple product. You are unlikely to find anyone here who uses it.
My guess is that your PATH is wrong. In that second line, you are deleting your entire path and replacing it with the path to what appears to be a 3rd party installation of Python3. But that isn't how a path works. You don't put the full path to an executable. A PATH environment variable should specify one or more directories that will be used to find any executable. And that "or more" part is very important.
Look towards the end to see how Anaconda changes the path. That is the correct way. You prepend your custom path to the existing path. But you've already destroyed your existing path, so nothing else is going to work.
Unfortunately, I can't tell you what your PATH should be other than it definitely shouldn't be that. I'm not familiar with whatever Python installation you are using.
Why do you even want to run Anaconda to begin with? That is a very advanced, virtual Python environment. It is for people who need, or think they need, to run multiple different Python versions. But even then, in most cases, they don't need that. They are only using Anaconda because that's what hip Python coders do and they are all looking for better jobs and need Anaconda on their resumes.