Closed yash-10x closed 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
@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
Thank you
I use zsh on WSL. I had to add export PATH="$PATH:$HOME/.local/bin"
to my .zshrc like in your troubleshooting explained.