You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://www.python.org/ftp/python/2.7.5/Python-2.7.5.tar.bz2 --no-check-certificate
tar xvf Python-2.7.5.tar.bz2
cd Python-2.7.5
./configure --prefix=/usr/local
make && make altinstall
easy_install 包
wget https://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.tar.gz --no-check-certificate
tar xf distribute-0.6.49.tar.gz
cd distribute-0.6.49
python2.7 setup.py install # 必须“python2.7”,否则将安装到默认的2.6环境内。
easy_install virtualenv
easy_install pip
安装 memcached libmemcached
pip install mime python-magic
wget https://github.com/xtao/douban-patched/raw/master/libmemcached-douban-1.0.18.tar.gz --no-check-certificate
tar zxf libmemcached-douban-1.0.18.tar.gz
cd libmemcached-1.0.18
./configure && make && sudo make install
ln -s /usr/local/lib/libmemcached.so.11 /usr/lib/libmemcached.so.11