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*

22
  • 1
    You’re trying to let it find the sdk program, so you need to add whatever directory that program lives in to the list. Commented Aug 2, 2022 at 20:41
  • 1
    Also, in re the difference between .bash_profile and .bashrc: I said that I was simplifying things :) Commented Aug 2, 2022 at 20:42
  • 1
    Oh, and if you don’t know what directory sdk is in, go to the shell where it works and run type sdk. It will tell you that sdk is hashed (/some/path/to/sdk). That’s the directory you want to use. Commented Aug 2, 2022 at 20:46
  • 1
    Fascinating. It is quite rare for software to install a shell function like that. For one thing, there are many shells out there and you cannot count on you users to always use the ones you already support. Commented Aug 22, 2022 at 21:31
  • 1
    Is there an executable file called sdk in the directory that you added to exec-path? If not, then typing sdk won’t do anything. Commented Aug 23, 2022 at 0:14