我正在尝试安装redis-py或redis-rb (最好是redis-py),但是我访问过的站点和我读过的博客都没有提供令人满意的解决方案。有人能告诉我怎么安排吗。这事很紧急。我目前运行在ubuntu11.10上的python 2.7.2+上,谢谢。
发布于 2012-07-11 14:37:59
您应该使用pip install redis或easy_install redis。使用apt-get install python-pip安装pip或使用apt-get install python-setuptools安装easy_install。
https://serverfault.com/questions/406785
复制相似问题