Skip to content

Commit ed287e2

Browse files
Update pip cache dir flag (--download-cache was removed)
1 parent d84c041 commit ed287e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if [ -d ${srcdir} ]; then
8888
source ${venvdir}/bin/activate
8989

9090
[ ! -d ${pipdir} ] && mkdir -p ${pipdir}
91-
${venvdir}/bin/python2.7 ${venvdir}/bin/pip install --download-cache=${pipdir} pex requests
91+
${venvdir}/bin/python2.7 ${venvdir}/bin/pip install --cache-dir=${pipdir} pex requests
9292
if [ $? -gt 0 ]; then
9393
echo "Failed to install pex utility for building!"
9494
exit 1

0 commit comments

Comments
 (0)