|
I looked for a feature to trigger the rebuild of an editable install without actually starting the Python process, but could not find anything like this. I presume it's possible by starting |
Answered by
dimpase
Oct 24, 2025
Replies: 1 comment 1 reply
|
It seems that it's just |
1 reply
Answer selected by
rgommers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that it's just
ninja -C <builddir>, but perhaps I am missing something.