2013年7月23日 星期二

裝 Python 2.7.3, 這個版本才能執行 repo
yum groupinstall "Development tools"
yum install zlib-devel
yum install bzip2-devel openssl-devel ncurses-devel
wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2
tar xf Python-2.7.3.tar.bz2 
cd Python-2.7.3
./configure --prefix=/usr/local
make && make altinstall
/usr/local/bin/python2.7
curl http://android.git.kernel.org/repo > ~/bin/repo
chmod a+x ~/bin/repo
python2.7 ~/bin/repo init

沒有留言:

張貼留言