how to fix command not found: op in .zshenv
Comments
-
Hi @livytl:
Are you running the
eval "$(op signin)"
command prior to a command that would add theop
executable to yourPATH
environment variable? If that's the case, you'll need to re-arrange your.zshenv
order to ensure thatPATH
containsop
before trying to use the eval command. Let me know how you get on with that.Jack
0
This discussion has been closed.