I installed poetry, however I'm getting the following error when attempting to call poetry
zsh: command not found: poetry
I know I have it installed because I get the following output when trying to run the following install script
$ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
Retrieving Poetry metadata
Latest version already installed.
The default install location was ~/.poetry/bin/poetry
Now, you can add the following to ~/.zshrc
export PATH="$HOME/.local/bin:$PATH"