I have it automatically installed on
/usr/local/bin/swift, and I've actually fixed the
$PATH to look there first before
/usr/bin/swift (Apple's programming language).
As a reference, here is what I've put on my path (I'm using
bash and this is the last line on
~/.bash_profile):
- Code: Select all
export PATH=/usr/local/bin:/usr/local/sbin:$PATH