Michael P. wrote:
But when I type dmd in the terminal, I get this:mich...@ubuntu:~$ dmd bash: /usr/local/bin/dmd: Permission deniedmich...@ubuntu:~$Do you know why?
Looks like you didn't "chmod +x" it. Zip files don't store *nix permissions...
Michael P. wrote:
But when I type dmd in the terminal, I get this:mich...@ubuntu:~$ dmd bash: /usr/local/bin/dmd: Permission deniedmich...@ubuntu:~$Do you know why?
Looks like you didn't "chmod +x" it. Zip files don't store *nix permissions...