Numpy module not found after Anaconda install

I used pip3 install anaconda. Numpy shows up on my list of installed packages. When I run Idle, python in a command prompt, or pycharm and issue the command “import numpy” I get the error message “Module not found…”. When I launch Spyder from the Anaconda Navigator, it successfully imports numpy and executes numpy mehods.

How can I set up the environment to run numpy from the other applications.

Thanks