This commit is contained in:
Kenneth Reitz
2011-11-11 10:53:18 -08:00
parent f9cbe70969
commit ef31045238
+2 -1
View File
@@ -60,7 +60,8 @@ virtualenv --no-site-packages --distribute . | indent
if grep -Fxq "pylibmc" requirements.txt
then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
curl -O $VENDORED_MEMCACHED
curl -s -O $VENDORED_MEMCACHED
ls
tar -zxvf vendor-libmemcached.tar.gz
ls
fi