Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes

This is an old revision of the document!


Python Notes

Install Python 3.6 on CentOS 7:

Do some local configuration for my scripts:

pip3.6 install --upgrade pip
pip3.6 install --upgrade httplib2
pip3.6 install pymysql

Notes about Python database access

Python3.7 on Fedora 28:

Use "pip" to manage python packages:

# yum install python2-pip

To list installed python modules:

$ pip list
python_notes.1561576036.txt.gz · Last modified: 2019/06/26 15:07 by juckins