This includes installing the packages to sublime, creating a build setup and adding love to my Mac's PATH variable (located in ~/.profile).
Whenever I try to "build" my code in Sublime, it errors out with the following input:
Code: Select all
/bin/sh: love: command not found
[Finished in 0.1s with exit code 127]
[cmd: ['love ']]
[dir: /Users/andrewcarr/Google Drive/GameDev/LUA/FuckinAround]
[path: /usr/bin:/bin:/usr/sbin:/sbin]
Any idea what could be causing this to happen?