no need for ./bin/

This commit is contained in:
Kenneth Reitz
2012-01-30 23:04:30 -05:00
parent eaae6b90d4
commit 41ad52e495
+1 -1
View File
@@ -86,7 +86,7 @@ if (grep -Fiq "hg+" requirements.txt) then
fi
# Install dependencies.
echo "-----> Installing dependencies using pip version $(bin/pip --version | awk '{print $2}')"
echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')"
pip install --use-mirrors -r requirements.txt | indent
# Django support.