Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
python_notes [2018/04/26 15:50] juckinspython_notes [2019/06/18 11:16] juckins
Line 1: Line 1:
 ==== Python Notes ==== ==== Python Notes ====
 +  
 +Install Python 3 on CentOS 7:
 +  * https://linuxhint.com/install_python3_centos7/
 +  * https://janikarhunen.fi/how-to-install-python-3-6-1-on-centos-7.html
 +
 +  pip3.6 install --upgrade pip
 +  pip3.6 install --upgrade httplib2
 +  pip3.6 install pymysql
 +
 +Python3.7 on Fedora 28:
 +  * dnf install python37
 +  * wget https://bootstrap.pypa.io/get-pip.py
 +  * python3.7 get-pip.py
 +  * python3.7 -m pip install requests
  
 Use "pip" to manage python packages: Use "pip" to manage python packages:
Line 8: Line 22:
      
   $ pip list   $ pip list
-   
-Python 3 installation tips: 
-  * https://janikarhunen.fi/how-to-install-python-3-6-1-on-centos-7.html 
-  * http://ask.xmodulo.com/install-python3-centos.html 
-  * https://medium.com/@nnilesh7756/installation-of-python-3-x-specific-version-on-centos-7-f93771d01c55 
-  * https://danieleriksson.net/2017/02/08/how-to-install-latest-python-on-centos/ 
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins