欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

devel怎么升級

林國瑞2年前13瀏覽0評論

devel怎么升級?

這要看你的源是怎么打包的不過如果你安裝的Python包叫做python27的話,他通常叫做python27-devel。

如果是編譯安裝的話不需要安裝-devel包。

wget Python-2.7.6.tar.xz

tar xJf Python-2.7.6.tar.xzcd Python-2.7.6

./configure --enable-shared --prefix=/usr/local/python2.7

make

make installecho /usr/local/python2.7/lib > /etc/ld.so.conf.d/python2.7.conf

ldconfig

restorecon -RF /

另外強烈不建議自己構建RPM包,因為百害而無一利,可以試試IUS源。