-
Hey, Trying to figure out what am I missing. I followed the instructions and installed the cli using I tried to check my Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It is in your python for me it was at |
Beta Was this translation helpful? Give feedback.
-
I am having the same issue. I looked in all the usual locations. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
This is probably the best idea. 🤓
That will show you where you are installing
typer
, it should end up there in the same location. It could also be that you end up in some way installing it in a virtual environment but it is not "activated" yet (source .venv/bin/activate
).Now Typer-CLI is part of Typer, since version 0.12.1, so you can just install
pip install typer
and you get thetyper
command. 🚀If you still have problems after trying with the latest version, please create a question discussion in the Typer repo: https://github.com/tiangolo/typer/discussions/new?category=questions