proxystore.utils.environment¶
Utilities related to the current execution environment.
home_dir
¶
home_dir() -> str
Return the absolute path to the proxystore home directory.
If set, $PROXYSTORE_HOME
is preferred. Otherwise,
$XDG_DATA_HOME/proxystore
is returned where $XDG_DATA_HOME
defaults
to $HOME/.local/share
if unset.