typer-cli
typer-cli copied to clipboard
'command not found: typer' in macOS
Hey,
Trying to figure out what am I missing. I followed the instructions and installed the cli using python -m pip install typer-cli
, but still getting zsh: command not found: typer
error.
I tried to check my PATH
, .zshrc
and .bashrc
, nothing appears in either of them. What am I doing wrong? I'll be happy to provide any information required :)
Thanks!
It is in your python bin
folder.
for me it was at /Users/apple/Library/Python/3.9/bin
After identifying the location you can run export PATH=$PATH:/Users/apple/Library/Python/3.9/bin
to solve the problem
I am having the same issue. I looked in all the usual locations.
which python
or where python
might help you