[My English is actually very poor. I write with English, because I found that English is very very import when you programming and learn new technology。most of time, I cannot find the right answer with the question which described by Chinese. I use bing.com, then I Gradually convert my habit, I ask question described by English, I found it very useful. so I decide to write my article with English. The word is very simple and I think you could understand it comfy。if have some error, welcome to send email[1823403153@qq.com] to me….thanks] Before, I have to admit that centos have better consumer-like experience. I am not familiar with this linux os, just like ubuntu. a few days ago, I remove ubuntu because the annoying user interface. at same time, I told myself why not try centos? until now, I have totally like it.
After today, I will write a series of article to my new lovely operator system.
If you also like this os, hope we can help each other.
the solution:
$ wget http://python.org/ftp/python/3.4.1/Python- 3.4.1.tar.xz $ tar xvf Python-3.4.1.tar.xz $ cd Python-3.4.1 $ sudo ./configure --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib" $ sudo make $ sudo make altinstall $ # This will install pip3.4 already