Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Anonymous
3 years agohow to fix command not found: op in .zshenv
op --version returns the version properly,
however when i add it in .zshenv
eval "$(op signin)"
it says command not found:op when i start terminal
1Password Version: Not Provided
Extension Version: 2.12.0
OS Version: macOS 13.0.1, M2 chip
Browser:_ CLI, zsh, iterm
1 Reply
- Jack_P_1P
1Password Team
Hi @livytl:
Are you running the
eval "$(op signin)"command prior to a command that would add theopexecutable to yourPATHenvironment variable? If that's the case, you'll need to re-arrange your.zshenvorder to ensure thatPATHcontainsopbefore trying to use the eval command. Let me know how you get on with that.Jack