TheZoraiz/ascii-image-converter

Working in Bash but not in Zsh

iamBijoyKar opened this issue · 2 comments

I am using wsl in Windows 11. I am getting

zsh: command not found: ascii-image-converter

But in bash it is working fine.

Can anyone please help me to fix this issue? I am new in this.

Your zsh config's PATH environment variable probably doesn't have path for ascii-image-converter's directory. Find that path from bash by running which ascii-image-converter and add it to zsh's PATH

I was having problem to setup the path for zsh, so reinstall using apt using this guide 👇

image

Now it is working. Great product!!

Thank you very much for the fast response. I really appreciate this 👍