昨天想下载android4.0.4的源代码,结果一执行repo sync就遇到了下面的错误: Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/python2.6/threading.py", line 484, in ru
1)在安装OpenCV前需要安装的软件包有 GCC4.4.X or later,可通过命令sudo apt-get install build-essential安装 CMake2.6 or later SVN客户端 GTK+2.Xor higher, including headers(libgtk2.0-dev) pkgconfig Python2.6 or later and Numpy 1.5 or later with developerpackages(python-dev, py
1.下载python2.7.x
wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz
2.解压并编译安装
tar -zxvf Python-2.7.6.tgz && cd Python-2.7.6 && ./configure && make all && make install && make clean && make distclean
3.检查安装
/usr/local/bin/python2.7 -V
4.建立软连