I'm getting started using python on Mac, and I keep getting "No module named 'tkinter'"
I tried installing tkinter using
brew install python3-tk
Brew could not find a pack by that name.
And according to this page anyways "As of Python 3.7.0, 3.6.8, and 2.7.16, all current Python installers for macOS downloadable from python.org supply their own private copies of Tcl/Tk 8.6.8."
But when I check in terminal for tkinter i get this
python -m tkinter
$/usr/bin/python: No module named tkinter