It would be useful to be able to configure/influence the location where downloaded packages and wheels are stored. Currently, "$HOME/.curds" seems to be used no matter what.
Possible solutions:
via environment variable, like: CURDLING_STORE, …
via command-line option, like: --store=$HOME/.curds
It would be useful to be able to configure/influence the location where downloaded packages and wheels are stored. Currently, "$HOME/.curds" seems to be used no matter what.
Possible solutions: