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/09/16 18:28] juckinspython_notes [2019/09/30 14:09] juckins
Line 1: Line 1:
 ==== Python Notes ==== ==== Python Notes ====
      
-Install Python 3.6 on CentOS 7:+With CentOS7.7, python3 can load from base.  Do the following to fix previously-installed IUS release: 
 + 
 +  # yum remove python36u 
 +  # yum install python3 
 +  # yum remove ius-release 
 + 
 +Then follow instructions for installing local python packages to ensure all still work. 
 + 
 +__Install Python 3.6 on CentOS 7__:
   * 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
python_notes.txt · Last modified: 2023/04/05 08:56 by juckins