The current project is by default editable? #4793
-
When I set my project up with Poetry and I do
So far so good. When I now change the source code to the file were the entry point However, when I use pipx to install the project separately, the code for my script gets frozen/baked into the virtual environment. Both is exactly what I want. I just like to ask whether I can always rely on the editable behaviour in my project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
At least on the poetry side: https://python-poetry.org/docs/basic-usage/ says |
Beta Was this translation helpful? Give feedback.
At least on the poetry side: https://python-poetry.org/docs/basic-usage/ says
``The current project is installed in editable mode by default.''