Inserting a python session under macOS 10.15.7 using the python plugin that ships with TeXmacs 2.1 calls
Python 3.8.2 [/Applications/Xcode.app/Contents/Developer/usr/bin/python3] Python plugin for TeXmacs. Please see the documentation in Help -> Plugins -> Python
i.e. the python that comes with Xcode v.12.4.
However, my system-wide standard Python is Python 3.7.10 (as set up by MacPorts) and the plugin should launch (as is does on my macOS 10.13.6 computer)
Python 3.7.10 [/opt/local/bin/python3] Python plugin for TeXmacs. Please see the documentation in Help -> Plugins -> Python
So my questions are:
-
Why doesn’t the plugin call Python 3.7.10 on OSX 15.7, even though it’s definitely in the
path
? -
How can I prevent the plugin from calling Python 3.8.x without having to uninstall Xcode and its CommandLineTools?