-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Poetry develop doesn't install dependencies defined by path as editable #207
Comments
Ok, I'm looking into Additionally, it installs the current project in the venv with So, I must ask, is this actually the intended behaviour and I was wrong in expecting something different? |
And |
@jacebrowning From release |
@sdispater Hmm, I cannot reproduce this. I think I also updated Poetry in the past few days. This issue can be closed as far as I'm concerned. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce:
What is expected: cleo is installed as editable and
cleo.__file__
is/home/<user>/cleo/cleo/__init__.py
Using
poetry install --develop=cleo
instead ofpoetry develop
works as expected.The text was updated successfully, but these errors were encountered: