TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.05k stars 121 forks source link

Working in Bash but not in Zsh #45

Closed iamBijoyKar closed 1 month ago

iamBijoyKar commented 1 month ago

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.

TheZoraiz commented 1 month ago

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

iamBijoyKar commented 1 month ago

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 👍