Latest install-poetry.py doesn't install in system with virtualenvs.create false. #4369
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
When using the new
install-poetry.py
method of installingpoetry
usingpoetry config virtualenvs.create false
no long installs to the system python like it did withget-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 frompoetry
?The text was updated successfully, but these errors were encountered: