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 on CentOS 7:

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

Python3.7 on Fedora 28:

Use "pip" to manage python packages:

# yum install python2-pip

To list installed python modules:

$ pip list
python_notes.1560870968.txt.gz · Last modified: 2019/06/18 11:16 by juckins