Open paul-papacz opened 2 years ago
I think you missed this step from the installation script
To get started you need Poetry's bin directory (/root/.local/bin) in your PATH
environment variable.
Add export PATH="/root/.local/bin:$PATH"
to your shell configuration file.
Alternatively, you can call Poetry explicitly with /root/.local/bin/poetry
.
@ulisesojeda Thanks for trying to help, but in this case Poetry is invoked correctly and the usage of poetry help
is surprising.
I'm migrating this to a Cleo issue as ultimately this related to Cleo nested subcommands and command parsing.
Cleo needs to parse subcommands during <app> help
the same way they are parsed during <app> <category> <command>
, as well as possibly offer category-level help (though that is tangential and the existing hints are decent).
-vvv
option).Issue
After installing poetry via
curl -sSL https://install.python-poetry.org | python3 -
when runningthe following error occurs:
When running
the exact same error occurs.
When running
the help message is shown correctly: