Changed PATH variable to use correct Python version but now pip installed libraries are not found [duplicate]
This question already has answers here: Dealing with multiple Python versions and PIP? (29 answers) Closed last month. I am on macOS. I recently upgraded my python version via homebrew, but running python3 was still getting the old version of Python 3.8. Therefore, I changed my PATH variable with export PATH=”/usr/local/bin:$PATH” to use the new […]