Hi, I am trying out building from source using mamba for the dependencies following https://doc.sagemath.org/html/en/installation/conda.html#using-conda-to-provide-all-dependencies-for-the-sage-library, and this has worked for me. However I would like to also set up a worktree for developing as per https://doc.sagemath.org/html/en/installation/source.html#upgrading-sage-using-a-separate-git-worktree.
In my naive approach I have followed the instructions there, but then instead of `make configure` which one would do if building with the environment set up for a standard build from source, I have just tried running ./bootstrap pip install --no-build-isolation --config-settings editable_mode=compat -v -v --editable ./src This build is successful, but this doesn't actually build in the worktree branch, rather the original branch. Is this what I should expect? How would I get that build to work as intended? Thanks in advance for any info. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-support/ab43b522-36f3-4290-8535-862830088aa5n%40googlegroups.com.