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 revisionBoth sides next revision
python_notes [2019/06/08 10:04] juckinspython_notes [2019/06/08 10:05] juckins
Line 1: Line 1:
 ==== Python Notes ==== ==== Python Notes ====
- 
-Use "pip" to manage python packages: 
- 
-  # yum install python2-pip 
- 
-To list installed python modules: 
      
-  $ pip list +Install Python 3 on CentOS 7:
-   +
-Python 3 installation tips:+
   * https://linuxhint.com/install_python3_centos7/   * https://linuxhint.com/install_python3_centos7/
   * https://janikarhunen.fi/how-to-install-python-3-6-1-on-centos-7.html   * https://janikarhunen.fi/how-to-install-python-3-6-1-on-centos-7.html
-  * https://danieleriksson.net/2017/02/08/how-to-install-latest-python-on-centos/ 
  
 Python3.7 on Fedora 28: Python3.7 on Fedora 28:
Line 19: Line 10:
   * python3.7 get-pip.py   * python3.7 get-pip.py
   * python3.7 -m pip install requests   * python3.7 -m pip install requests
 +
 +Use "pip" to manage python packages:
 +
 +  # yum install python2-pip
 +
 +To list installed python modules:
 +  
 +  $ pip list
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins