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.
cd $HOME & ls -a
there is no .poetry file :'(. When I do a grep for poetry there are a ton of results at./Library/Application Support/pypoetry
. Any idea why that is or how to fix it? Thanks! – Biparty