Linuxシステムインストールpython

927 ワード


 
Centos 7
  • Centos 7 python 3をインストールします(python 2はyumが使用するためアンインストールしないでください)https://phoenixnap.com/kb/how-to-install-python-3-centos-7
  • Centos 7 python 3のインストールhttps://tecadmin.net/install-python-3-7-on-centos/

  •  
    Possible Problem
  • pythonのimportパッケージでNo module named _bz2,
  • に遭遇した場合  (centos) sudo yum install bzip2- devel
    そして、インストール済みのPythonを再確認します.(参考)https://stackoverflow.com/questions/12806122/missing-python-bz2-module)