can't run this shell script
Posted
by
user2413
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user2413
Published on 2011-06-25T13:18:34Z
Indexed on
2011/06/25
16:30 UTC
Read the original article
Hit count: 283
script
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-1222b6b
as execs usingsudo chmod +x
- type
sudo ./get-shit-done
and i get:/usr/bin/env: php: No such file or directory
What is the problem?
© Ask Ubuntu or respective owner