1 | initial version |
Given the paths appearing in your traceback, it seems that you installed git_trac
by yourself (or that it comes from an earlier not-from-fource Sage install), hence it seems not directly related to your new Sage installation. You can:
git_trac
from scratchor
use git_trac
as provided by Sage:
sage -i git_trac
and then use it from Sage:
sage -git trac <blah>
2 | No.2 Revision |
Given the paths appearing in your traceback, it seems that you installed git_trac
by yourself (or that it comes from an earlier not-from-fource not-from-source Sage install), hence it seems not directly related to your new Sage installation. You can:
git_trac
from scratchor
use git_trac
as provided by Sage:
sage -i git_trac
and then use it from Sage:
sage -git trac <blah>