Skip to content

I am getting this issue, i can not run the command mitype #101

Answered by Mithil467
irffanasiff asked this question in Q&A
Discussion options

You must be logged in to vote

As we can see in the warning, /home/irfan/.local/bin is not on PATH.
For zsh -

path+=('/home/<username>/.local/bin') # Add your username here
export PATH

Reference - StackOverflow answer.

Also, you can always run mitype without adding it to PATH with the help of this command -
python -m mitype

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mithil467
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants