typer-cli icon indicating copy to clipboard operation
typer-cli copied to clipboard

'command not found: typer' in macOS

Open ohadch opened this issue 2 years ago • 3 comments

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!

ohadch avatar Feb 13 '23 07:02 ohadch

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

aanimesh23 avatar Apr 09 '23 12:04 aanimesh23

I am having the same issue. I looked in all the usual locations.

hswope-arcweb avatar May 03 '23 14:05 hswope-arcweb

which python or where python might help you

fritz-astronomer avatar Oct 27 '23 20:10 fritz-astronomer