Closed o-smirnov closed 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.
$HOME
~/.radiopadre
rm -fr
Actually the user can just set up the symlink by hand. Radiopadre only deletes/recreates ~/.radiopadre/venv, so this should not be a problem.
~/.radiopadre/venv
Users with small
$HOME
quotas can have a problem with~/.radiopadre
. Allow this to be a symlink to a different filesystem -- this implies not doingrm -fr
on it when re-initializing, but rather redoing the virtualenv at the linked-to location.