❯ auto-selfcontrol activate
sudo: /usr/bin/python: command not found
I'm on a 2020 M1 Mac. I tried aliasing python to my homebrew installation - $(which python3) - but this didn't work. I can't sudo ln the python binary over either. Can the activate function be modified to be less rigid in the location of the python executable it calls?
I'm on a 2020 M1 Mac. I tried aliasing python to my homebrew installation -
$(which python3)- but this didn't work. I can'tsudo lnthe python binary over either. Can the activate function be modified to be less rigid in the location of the python executable it calls?