bug: asdf global ... system
needs write access to the entire HOME directory when .tool-versions
already exists there
#1556
Labels
Describe the Bug
I removed write access on my $HOME a long time ago, to explicitly allowlist the files / directories required by the tools I use, and to avoid the tools that have weird or unenforcable writing habits.
Asdf looks like it needs write access to the home directory because it uses
sed -i
to modify.tool-versions
when.tool-versions
existsI'd expect write access to
.tool-versions
is all asdf needs for me to run this command.Steps to Reproduce
Expected Behaviour
No error on the second call to
asdf global python system
Actual Behaviour
Second call fails
Environment
asdf plugins affected (if relevant)
N/A
The text was updated successfully, but these errors were encountered: