I am following https://www.tutorialspoint.com/python/python_database_access.htm to connect Python with SQL.
gunzip MySQL-python-1.2.2.tar.gz
tar -xvf MySQL-python-1.2.2.tar
cd MySQL-python-1.2.2
python setup.py build
python setup.py install
The last command "python setup.py install" gives :
error: [Errno 13] Permission denied: '/anaconda/lib/python2.7/site-packages/easy-install.pth'