Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SKDATA_ROOT has no effect #59

Closed
jaberg opened this issue Jul 12, 2013 · 1 comment
Closed

SKDATA_ROOT has no effect #59

jaberg opened this issue Jul 12, 2013 · 1 comment
Labels

Comments

@jaberg
Copy link
Owner

jaberg commented Jul 12, 2013

From private email:

  1. This might be a mistake of ours, but we aren't able to change the data folder for skdata. It doesn't matter whether we set the $SKDATA_ROOT variable in the shell and export it, call the function set_data_home() or hardcode the target directory, the downloaded data files are stored in ~/.skdata/
@jaberg
Copy link
Owner Author

jaberg commented Jul 12, 2013

What I see is

SKDATA_ROOT=".skdata_foo" python -c 'import skdata.data_home; print skdata.data_home.get_data_home()'

prints out .skdata_foo

So it has an effect, but it's slightly wrong. The path should be /path/to/cwd/.skdata_foo.

@jaberg jaberg closed this as completed in b3a7daf Jul 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant