ratt-ru / radiopadre-client

Minimal client-side scripts to run radiopadre notebooks
MIT License
5 stars 0 forks source link

allow ~/.radiopadre to live somewhere else #42

Closed o-smirnov closed 2 years ago

o-smirnov commented 2 years ago

Users with small $HOME quotas can have a problem with ~/.radiopadre. Allow this to be a symlink to a different filesystem -- this implies not doing rm -fr on it when re-initializing, but rather redoing the virtualenv at the linked-to location.

o-smirnov commented 2 years ago

Actually the user can just set up the symlink by hand. Radiopadre only deletes/recreates ~/.radiopadre/venv, so this should not be a problem.