diff --git a/src/sugar3/env.py b/src/sugar3/env.py index 419a0cbc..a544cc23 100644 --- a/src/sugar3/env.py +++ b/src/sugar3/env.py @@ -59,4 +59,5 @@ def get_user_activities_path(): def get_user_library_path(): - return os.path.expanduser('~/Library') + return os.environ.get("SUGAR_LIBRARY_PATH", + os.path.expanduser('~/Library'))