ST has its “data” directory located as described here:
https://www.sublimetext.com/docs/3/revert.html
and here:
http://docs.sublimetext.info/en/latest/basic_concepts.html#the-data-directory
I am looking for a way to put this directory in another location.
A straight forward solution would have been an environment variable (e.g. SUBLIME_TEXT_DATA), which could be set to the path of the new location. This would work at least on Windows and Linux (I am unfamiliar with OS X). However, I have not seen this mentioned anywhere.
I would prefer not using symlinks, as this functionality may be unavailable on certain file systems.
Is there a way to tell ST where to look for its “data” directory?