Skip to content
Snippets Groups Projects
Commit c6223758 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

remove distribute

parent d80fc397
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ for dir in $VIRTUALENV_DIRS; do
done
echo "-----> Preparing virtualenv version $(virtualenv --version)"
virtualenv --no-site-packages --distribute . | indent
virtualenv --no-site-packages . | indent
# if pylibmc within requirements, use vendored libmemcached
......@@ -63,6 +63,7 @@ then
pwd
curl -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz
rm vendor-libmemcached.tar.gz
export LIBMEMCACHED=$(pwd)/vendor
ls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment