Closed adam2392 closed 38 minutes ago
Right, so you need to either use spin build
(and then use the spin run
, spin ipython
, spin test
etc. commands to run things), or you can do spin install
to make an editable install that automatically recompiles upon import.
I usually do a workflow like the following:
However, if I rewrite some logic and want to build from source again with a clean build, I would do something like:
But get the following message:
This is undesirable and I assume that if someone asks for a "clean" build, then shouldn't the installation be uninstalled, so this is fine?