-
|
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 |
Beta Was this translation helpful? Give feedback.
Answered by
dimpase
Oct 24, 2025
Replies: 1 comment 1 reply
-
|
It seems that it's just |
Beta Was this translation helpful? Give feedback.
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.