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
Right now, we store a file inside the actual installation directory of rgt. This file contains the rgtdata folder path, defaulting to the home directory.
This is very brittle, and also requires a custom setup.py which causes further problems with pip (when using global options).
A further, big problem of this approach is the following: if RGT is installed on a shared computer (eg, cluster/server), then only one shared rgtdata folder is allowed for all users.
A better approach is to check an environment variable RGTDATA. If not set, default to home directory. If set, use that one.
The text was updated successfully, but these errors were encountered:
On Tue, Aug 22, 2017 at 11:01 AM, Fabio Ticconi ***@***.***> wrote:
Right now, we store a file inside the actual installation directory of
rgt. This file contains the rgtdata folder path, defaulting to the home
directory.
This is very brittle, and also requires a custom setup.py which causes
further problems with pip (when using global options).
A further, big problem of this approach is the following: if RGT is
installed on a shared computer (eg, cluster/server), then only one shared
rgtdata folder is allowed for all users.
A better approach is to check an environment variable RGTDATA. If not set,
default to home directory. If set, use that one.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#33>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGhkokambExT7jWS6EIYgvkYFY2ZZzHKks5sapjlgaJpZM4O-UbO>
.
Right now, we store a file inside the actual installation directory of rgt. This file contains the rgtdata folder path, defaulting to the home directory.
This is very brittle, and also requires a custom
setup.py
which causes further problems with pip (when using global options).A further, big problem of this approach is the following: if RGT is installed on a shared computer (eg, cluster/server), then only one shared rgtdata folder is allowed for all users.
A better approach is to check an environment variable RGTDATA. If not set, default to home directory. If set, use that one.
The text was updated successfully, but these errors were encountered: