justjavac/dvm

dvm should not attempt to replace /usr/bin/deno

KSXGitHub opened this issue · 1 comments

Problem

Before I use dvm, I have install deno-bin from the Arch User Repository (/usr/bin/deno). When I try using dvm to install another deno version, it emits Permission denied (os error 13). I guess it is because dvm attempted to replace /usr/bin/deno.

Current Workaround

Uninstall deno-bin.

How did you install deno to the /usr/bin/deno directory, did you use sudo?