Bowrna commented on issue #21163:
URL: https://github.com/apache/airflow/issues/21163#issuecomment-1026084431
> > @potiuk Can you tell me how we could handle this issue? Do we have to
ask the user to update in this case?
>
> I think the problem lays somewhere with expanding the user path. It looks
like that what really happens here - we are trying to patch `/.zshrc` (in root
directory) rather than than `~/.zshrc`. So somehow the code used there:
>
> ```
> Path('~').expanduser() / '/.zshrc'
> ```
>
> Des not work as intended.
>
> BTW. I already know the reason but wanted to know if you can figure it out
:D
Oh ok. I thought in case of no permission, we should throw appropriate
instructions to update .zshrc. I didn't think the error is in expanding the
path at all. 😄
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]