NayamAmarshe / please

🙏 Please CLI - Minimalistic New Tab Page CLI Tool with a greeting, date and time, inspirational quotes and your personal tasks and to-do list
MIT License
582 stars 26 forks source link

please: command not found #42

Closed yash-10x closed 1 year ago

yash-10x commented 1 year ago

Screenshot (3)

NayamAmarshe commented 1 year ago

You're on Windows. I have no idea how to do it on there tbh but read this: https://github.com/NayamAmarshe/please#-troubleshooting

dankuri commented 1 year ago

@NayamAmarshe yash-10x is actually using wsl ubuntu, so the process should be the same as linux. I've tried to fresh install it on wsl with pip install please-cli and it worked fine. @yash-10x can you share, how did you install it? Probably the problem is with $PATH, so linked solution should fix the error. Remember to put please at the end of .bashrc

yash-10x commented 1 year ago

Thank you

wolfdave commented 1 year ago

I use zsh on WSL. I had to add export PATH="$PATH:$HOME/.local/bin" to my .zshrc like in your troubleshooting explained.