Amazon Q does not work on macOS 15.2 #308
Unanswered
jagrandd
asked this question in
Support ticket
Replies: 1 comment
-
I had the same issue and was able to fix it by creating a symbolic link as follows:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
q doctor
in the affected command line session and it didn't resolve my issueq restart
and it didn't resolve my issueExpected behaviour
Actual behaviour
Steps to reproduce
I see this in my .zshrc
Amazon Q pre block. Keep at the top of this file.
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.pre.zsh"
...
Amazon Q post block. Keep at the bottom of this file.
[[ -f "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh" ]] && builtin source "${HOME}/Library/Application Support/amazon-q/shell/zshrc.post.zsh"
Environment
"q" command itself doesn't work (zsh: command not found: q)
UPDATE:
Beta Was this translation helpful? Give feedback.
All reactions