santaclaus 发表于 2018-8-15 11:31:37

linux 安装python3-11456759

# wget https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz  
# tar -zxf Python-3.4.4.tgz
  
# cd Python-3.4.4
  
# ./configure
  
# make
  
# make install
  

  
#测试是否成功
  
# python3
  
Python 3.4.4 (default, Feb 11 2017, 04:46:28)
  
] on linux
  
Type "help", "copyright", "credits" or "license" for more information.
  
Traceback (most recent call last):
  
File "/etc/pythonstart", line 7, in <module>
  
    import readline
  
ImportError: No module named 'readline'
  
>>>
页: [1]
查看完整版本: linux 安装python3-11456759