I have this command:
$ sudo ln -s "$(which chromedriver)" /usr/bin/google-chrome
and I get this error
ln: /usr/bin/google-chrome: Operation not permitted
I tried with/without sudo, same thing. Anyone know what's up?
I have this command:
$ sudo ln -s "$(which chromedriver)" /usr/bin/google-chrome
and I get this error
ln: /usr/bin/google-chrome: Operation not permitted
I tried with/without sudo, same thing. Anyone know what's up?