How to install tkinter in python 3.6 in CentOS release 6.4 How to install tkinter in python 3.6 in CentOS release 6.4 tkinter tkinter

How to install tkinter in python 3.6 in CentOS release 6.4


If you want to install tkinter in order to use matplotlib you may try

import matplotlib

matplotlib.use('Agg')

import matplotlib.pyplot as plt

It worked for me