First python cannot find _tkinter module: python3 -m _tkinter /Users/owner/.pyenv/versions/3.8.2/bin/python3: No module named _tkinter
I tried installing ActiveTcl and it did successfully. However, my existing Python still cannot find tkinter
How do I configure python to pick up the ActiveTcl and tkinter?