Installing DUB on OSX
Jacob Carlborg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Tue Feb 23 23:35:40 PST 2016
On 2016-02-24 07:49, Joel wrote:
> I get this:
>
> Joels-MacBook-Pro:bin joelcnz$ ln -s /usr/local/bin/dub /usr/bin
> ln: /usr/bin/dub: Operation not permitted
> Joels-MacBook-Pro:bin joelcnz$
If you have OS X 10.10.x or lower you can prefix the command with
"sudo". If you have OS X 10.11 or later you cannot write to /usr/bin.
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list