I recently updated my macOS version and had to reinstall Anaconda. I had always tried to install packages via pip so that they would be accessible whether using Anaconda (Spyder, specifically) or executing files in the terminal (without Anaconda, e.g. python myfile.py). However, after the reinstall, it looks like Anaconda is unable to access packages that are installed through pip but not through conda.
I'm aware that I can activate a given environment in Anaconda and then use pip to install packages for that environment, but I'm looking for global access to packages so that I don't have to install packages multiple times.
Is there a workaround to so that pip packages can be accessed universally?
EDIT: When I installed Python 3 on macOS, I followed the guide here: https://opensource.com/article/19/5/python-3-default-mac#what-to-do.