Skip to content

Latest install-poetry.py doesn't install in system with virtualenvs.create false. #4369

@theelderbeever

Description

@theelderbeever
  • I am on the latest Poetry version.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
  • 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions