I have Poetry installed, and have a poetry.lock
in the same cwd.
I want to perform poetry update/install
.
Why can I not install poetry dependencies?
Terminal:
me@PF2DCSXD:/mnt/c/Users/user/Documents/GitHub/workers-python/workers/composite_key/compositekey/tests$ pip3 install poetry
Requirement already satisfied: ...
me@PF2DCSXD:/mnt/c/Users/user/Documents/GitHub/workers-python/workers/composite_key$ ls
Dockerfile azure-pipeline-composite_key.yaml compositekey docs poetry.lock pyproject.toml
me@PF2DCSXD:/mnt/c/Users/user/Documents/GitHub/workers-python/workers/composite_key$ poetry update
poetry: command not found
me@PF2DCSXD:/mnt/c/Users/user/Documents/GitHub/workers-python/workers/composite_key$ poetry install
poetry: command not found
Please let me know if there is anything else I can add to post.