Skip to content

Commit

Permalink
also provide sage.env.SAGE_ETC
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-salfelder committed Aug 27, 2013
1 parent 0f74370 commit 573b23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def _add_variable_or_fallback(key, fallback, force=False):
# bunch of sage directories and files
_add_variable_or_fallback('SAGE_ROOT', None)
_add_variable_or_fallback('SAGE_LOCAL', opj('$SAGE_ROOT', 'local'))
_add_variable_or_fallback('SAGE_ETC', opj('$SAGE_LOCAL', 'etc'))
_add_variable_or_fallback('SAGE_SHARE', opj('$SAGE_LOCAL', 'share'))

# SAGE_LIB is the site-packages directory if the sage library
Expand Down

0 comments on commit 573b23e

Please sign in to comment.