Changes between Version 1 and Version 2 of Ticket #16350
- Timestamp:
- 05/13/14 16:19:17 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16350
- Property Keywords environment git added
-
Property
Summary
changed from
wrong path to git in sage-env
toGIT_EXEC_PATH doesn't match installed git execdir
-
Ticket #16350 – Description
v1 v2 1 doctest fails in sagedev caused by mismatch between path in bin/sage-env and execdir in the git install 1 Doctest fails in `dev/sagedev.py` caused by mismatch between GIT_EXEC_PATH in `bin/sage-env` and `execdir` in the git install, introduced with #15901. 2 3 `GIT_EXEC_PATH="$SAGE_LOCAL"/libexec/git-core && export GIT_EXEC_PATH` while `execdir` is `local/lib`.