python 安装 memcache

方式一:

python3 -m pip install python-memcached

方式二:

pip3 install python-memcached

方式三:

tar zxf python-memcached-1.58.tar.gz

cd python-memcached-1.58

python3 setup.py install

 

posted @ 2016-07-17 16:00  unixfbi.com  阅读(1387)  评论(0编辑  收藏  举报