Description
I misspelled remove and wrote remote instead.
Got a response saying command env does not exist. But it wasn't env that was spelled wrong.
$ poetry env remote --all
The command "env" does not exist.
Did you mean one of these?
env use
env info
env list
env remove
$ poetry env remove --all
(works)
Workarounds
Spell it right. Figure it out.
Poetry Installation Method
pip
Operating System
Mac OS
Poetry Version
Poetry (version 1.8.3)
Poetry Configuration
Python Sysconfig
sysconfig.log
Paste the output of 'python -m sysconfig', over this line.
Example pyproject.toml
Poetry Runtime Logs
poetry-runtime.log
Paste the output of 'poetry -vvv <command>', over this line.