When I run a command on my Ubuntu 12 server I get the following warning…
etc/bash.bashrc: line 2: GREP_OPTIONS: command not found
I’ve probably messed something up by uninstalling various Rails pieces. How can I fix this? This is for the root user. Thanks.
The beginning of my bashrc file has the following…
type rvm >/dev/null 2>/dev/null || echo ${PATH} | GREP_OPTIONS \grep
“” > /dev/null || export PATH=”${PATH}:”
It appears that you have uninstalled
rvmfrom your system, as it cannot find$rvm_path_bin. I would recommend commenting out the line from/etc/bash.bashrc.