安裝readline-6.2.4.1

,不過在linux下安裝readline-6.2.4.1的時候卻報了下面2個錯。(環境是centos6.2,python2.7)python

wget https://pypi.python.org/packages/source/r/readline/readline-6.2.4.1.tar.gz#md5=578237939c81fdbc2c8334d168b17907linux

gcc: readline/libreadline.a: No such file or directory
gcc: readline/libhistory.a: No such file or directory

解決:
只須要
yum -y install readline-devel
yum -y install patchcentos

相關文章
相關標籤/搜索