I'm trying to run dbt deps
command but i get this error OSError: [Errno 30] Read-only file system: '/mnt'
I tried disabling system integrity protection but i still have the same error. Is there a way to run dbt deps and bypass that /mnt folder or install it somewhere else?
I found the variable : packages-install-path
By setting another folder, it solved my problem