It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
Former Member
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 Provid...
Jack_P_1P
1Password Team
3 years agoHi @livytl:
Are you running the eval "$(op signin)" command prior to a command that would add the op executable to your PATH environment variable? If that's the case, you'll need to re-arrange your .zshenv order to ensure that PATH contains op before trying to use the eval command. Let me know how you get on with that.
Jack