Install Python3 in Linux

Already, there has been Python2.6 and Python2.7 in RHEL6.4.
To meet need of VIM build later, also will install Python3.* ,like 3.6.1

prerequisites

  • Python-3.6.1 source code archive
  • gcc and make

instructions

  • unpack source code archive
  • cd source code dir like Python-3.6.1
  • ./configure #can view options by –help option
  • make altinstall
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章