I’m attempting to set a symlink in order that I can level the python
command in Terminal to a brand new set up of python3.
I final did this in Mojave, the place one may disable csrutil after which run the next command earlier than re-enabling:
sudo ln -s /usr/bin/python3 /usr/bin/python
Now I’m attempting to do the identical in MacOS Ventura 13.1, and I’m met with the error suggestions:
ln: /usr/bin/python: Learn-only file system
What is that this new roadblock that “MacOSimandius, destroyer of worlds” throws in my path?
And extra importantly (please): How do I set my symlink? It should nonetheless be potential. That is nonetheless unix, is it not?