- OS version and name: docker python:3.9
- Poetry version: 1.1.7
Issue
When using the new install-poetry.py method of installing poetry using poetry config virtualenvs.create false no long installs to the system python like it did with get-poetry.py. Instead the libraries are installed in ~/.local/share/pypoetry/venv. This requires activating that virtualenv in order to run any code. Additionally, it increases the size of the docker image. This is very inconvenient when used inside a docker container. Is there a new method of accomplishing system installs or is that gone from poetry?