The problem is I already have the latest python on my Mac, but when I write python3 in terminal, It shows 3.7.2, not the latest i.e. 3.7.3 .
I Tried Using brew link python3 and that doesn't work.
The problem is I already have the latest python on my Mac, but when I write python3 in terminal, It shows 3.7.2, not the latest i.e. 3.7.3 .
I Tried Using brew link python3 and that doesn't work.
Try brew upgrade python3 to update python3. If that doesn't work, try to brew update (to update Brew) before running the command
