FreeBSD barracuda.uits bacon ~/Data/TOPMed/Jobs/Haplohseq-analysis 1025: gcloud compute scp Split-vcfs/Combined/combined.NWD102903.vcf.xz topmed1-16: exec: python: not found Should this have PYTHON_CMD patched in? Currently one must separately install lang/python or lang/python[23] to make it work. From the gcloud script: setup_cloudsdk_python() { # if $CLOUDSDK_PYTHON is not set, prefer python3 over python2 if [ -z "$CLOUDSDK_PYTHON" ]; then CLOUDSDK_PYTHON=$(order_python python3 python2 python2.7 python) fi } Same goes for other installed scripts.
A commit references this bug: Author: swills Date: Fri Aug 28 14:04:55 UTC 2020 New revision: 546734 URL: https://svnweb.freebsd.org/changeset/ports/546734 Log: net/google-cloud-sdk: fix python path issues While here, remove a Linux binary PR: 248305 Reported by: jwb, re@ via bapt (irc) Changes: head/net/google-cloud-sdk/Makefile