Re: /usr/bin/python will be removed in macOS 12.3!

2022-02-24 Thread Bjarne D Mathiesen
"#!/usr/bin/env python" might not be a problem iff the macports python is also installed as a prerequisite the ${PATH} variable includes '/opt/local/bin' Ryan Schmidt wrote: > On Feb 19, 2022, at 11:06, Gerben Wierda wrote: > >> But how does one (a) find out the dependency exists

Re: /usr/bin/python will be removed in macOS 12.3!

2022-02-24 Thread Bjarne D Mathiesen
$=> cd /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports $=> fgrep -R '/usr/bin/env python' * \ | awk -F ':' '{print $1}' \ | sort -u \ | wc -l 140 bjarne@MacPro 19:16:42

Re: /usr/bin/python will be removed in macOS 12.3!

2022-02-24 Thread Bjarne D Mathiesen
=> $cd /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports => fgrep -R '/usr/bin/python' * \ | awk -F ':' '{print $1}' \ | sort -u \ | wc -l 67 bjarne@MacPro 19:06:33