I am not sure I understand the innards nor do I want to, but I see on my Big Sur 11.6
/usr/bin/python (v 2.7.16) /usr/bin/python3 (v 3.8.2)
which are (both) from Apple
/usr/local/bin/python3 (v 3.9.7)
which is from Homebrew and the one that is in my path and is found by the
#!/usr/bin/env python
and
#!/usr/bin/env python3
shebangs. Would not the most practical be to take whatever python3 is offered?
greetings, el
On 11/10/2021 12:46, John Joyce via TextMate wrote:
Definitely best to have users install their own.
On Oct 11, 2021, at 18:53, Jacob Carlborg via TextMate textmate@lists.macromates.com wrote:
"If an app uses Python 2.7, macOS now triggers an alert indicating that the developer must update the app to ensure it will work in future versions of macOS. (80221011)" [1]
Python will be removed or already has been removed from macOS (it’s been deprecated for a couple of release now). Looks like the command needs to be updated. I’m not sure what’s the best solution is. For the bundle itself to bundle Python or for TextMate to bundle Python in a similar way as it does with Ruby 1.8.7.
[1] https://developer.apple.com/documentation/macos-release-notes/macos-12-relea...
[...]