Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

'command not found: typer' in macOS #146

Answered by tiangolo
ohadch asked this question in Questions
Discussion options

You must be logged in to vote

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 the typer 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

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tiangolo
Comment options

Answer selected by tiangolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 participants
Converted from issue

This discussion was converted from issue #81 on April 06, 2024 23:16.