❯ poetry shell The command "shell" does not exist.
공식문서에 따르면 shell 명령어가 poetry-plugin-shell 플러그인으로 옮겨졌다고 합니다.. 하하
Poetry 공식문서 Poetry 2.x 버전부터 옮겨진 것 같습니다.
따라서..
poetry self add poetry-plugin-shell
"poetry-plugin-shell" 를 추가로 설치해주면 해결됩니다.