kou commented on code in PR #44823: URL: https://github.com/apache/arrow/pull/44823#discussion_r1855648953
########## dev/release/post-04-website.sh: ########## @@ -29,6 +29,12 @@ if [ "$#" -ne 2 ]; then exit 1 fi +# Verify archery is available and stop if not +if [ -z "$(which archery)" ]; then Review Comment: My version can detect `archery` exists in `$PATH` but it doesn't work. (For example, if `python3` that is used for `pip install -e dev/archery` is uninstalled, `archery` exists but it doesn't work.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
