ESSAY / NOTE

python 安装 python-memcached

方式一: 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 原文 https://www.cnblogs.com/pangguoping/p/5678708.html