Redis – Changed PATH variable to use correct Python version but now pip installed libraries are not found
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 Python version 3.12.5.…