So I'm trying to install this script
I do
- copy the folder in
~/Documents/icambridge-get-shit-done-1222b6b - change .bashrc (the one in the user directory, is that the right one?) by
adding a line
PATH=:~/Documents/icambridge-get-shit-done-1222b6b”${PATH}” - set the files in
icambridge-get-shit-done-1222b6bas execs usingsudo chmod +x - type
sudo ./get-shit-doneand i get:/usr/bin/env: php: No such file or directory
What is the problem?
.bashrcshould bePATH=~/Documents/icambridge-get-shit-done-1222b6b:"$PATH"– Lekensteyn Jun 25 '11 at 14:37