Prompted for password
frankwallis opened this issue · 1 comments
frankwallis commented
I have installed the package and it's working in cmd - however whenever I try to run a command it prompts me for the sudo password:
C:\Users\frank>ocaml --version
[sudo] password for frank:
The OCaml toplevel, version 4.04.0
Just wondered if anyone knew the best way to avoid the prompt? Thanks
frankwallis commented
I worked around this with
lxrun /setdefaultuser root /y
which now just runs everything as root - not ideal but...