You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$XDG_CONFIG_HOME defines the base directory relative to which user-specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
We use it in pytket-nexus and in the pytket config (John's code)
The text was updated successfully, but these errors were encountered:
Important to some linux users, for reference: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
We use it in pytket-nexus and in the pytket config (John's code)
The text was updated successfully, but these errors were encountered: