We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 362447c + ed287e2 commit 6b727c9Copy full SHA for 6b727c9
scripts/build.sh
@@ -88,7 +88,7 @@ if [ -d ${srcdir} ]; then
88
source ${venvdir}/bin/activate
89
90
[ ! -d ${pipdir} ] && mkdir -p ${pipdir}
91
- ${venvdir}/bin/python2.7 ${venvdir}/bin/pip install --download-cache=${pipdir} pex requests
+ ${venvdir}/bin/python2.7 ${venvdir}/bin/pip install --cache-dir=${pipdir} pex requests
92
if [ $? -gt 0 ]; then
93
echo "Failed to install pex utility for building!"
94
exit 1
0 commit comments