inconsistent entry_point/script behaviour between pip install and poetry install #4453
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
when running
poetry install
in the repo, the script produced is :(from
poetry/poetry/masonry/builders/editable.py
Line 28 in 977a72c
but when running
pip install .
, the script produced is :(from https://github.com/pypa/pip/blob/1c4753f299c00c74882e80211f91daf80c870041/src/pip/_vendor/distlib/scripts.py#L41 )
I believe pip is the correct behaviour with the
sys.exit
:)The text was updated successfully, but these errors were encountered: