Hi sage math communities: I'm currently working on an issue in the sage repo, and all the changes I made is in one pyx. file. Per my understanding of the dev workflow in the sage documentation, 1. If I changed only python files, I can simply restart sage to test 2. If other files were changed (in this case, pyx file) I need to rebuild sage via "./sage -br". My issue is, after I successfully rebuild using "./sage -br" command, my machine returned these lines after calling "./sage": "Traceback (most recent call last): File "/home/zhenyuw/sage/src/bin/sage-ipython", line 9, in <module> from sage.misc.banner import banner ModuleNotFoundError: No module named 'sage'" My machine is wsl ubuntu on windows. I am confused as to what I've missed in this process. Also, I realize this process of "re-building" is rather time-consuming. Is there other more efficient ways for sage dev testing? Regards Henry
-- You received this message because you are subscribed to the Google Groups "sage-gsoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-gsoc+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/sage-gsoc/33c62bb9-a4b1-4e6d-a422-6053b33f5cc7n%40googlegroups.com.