You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ 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?
The text was updated successfully, but these errors were encountered:
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 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?The text was updated successfully, but these errors were encountered: