Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    How did you install fish? Commented Feb 16, 2015 at 7:23
  • since I do not have admin privileges, I have downloaded rpm and extracted it to a location from where i am accessing the fish executable. Commented Feb 16, 2015 at 17:00
  • 1
    @san Why are you running /bin/fish if that's not where you installed fish? Why are you running xterm -c … when xterm has no such option (it should be xterm -e fish)? And how exactly did you install fish (what file did you download, which command did you use to extract it, how did you configure fish to look for its files where you put them)? It looks like you did something wrong during the installation, but we can't tell you what if you don't tell us what you did. Commented Feb 16, 2015 at 21:21
  • Hi @Gilles , above I mistyped it as -c, I did actually used -e and I am passing the path where I have saved it in my user/docs folder, so I am passing the path like this xterm -e /usr/san/documents/bin/fish, even if the path was wrong I would not have got the above error. As I have already mentioned in my first comment why I cannot install using standard procedure I am passing this path to xterm's command argument which gives the above error. Commented Feb 17, 2015 at 5:52