Since this is the top StackOverflow result for “poetry command not found”…
For Mac users, create a .zshrc file in your home folder with the following:
export PATH="$HOME/.local/bin:$PATH"
Since this is the top StackOverflow result for “poetry command not found”…
For Mac users, create a .zshrc file in your home folder with the following:
export PATH="$HOME/.local/bin:$PATH"