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.

3
  • 2
    When I created a symlink, it did not work until I started another terminal. Try restarting your terminal... or my answer that works without symlinks/aliases ^^ Commented Jul 16, 2013 at 22:36
  • @Leftium: You also need to run: source ~/.bashrc to reload the .bashrc file (if you want to avoid restarting the terminal) read more.. Commented Dec 12, 2014 at 3:08
  • Symlinking at a new location almost certainly needs a hash node invocation in your existing terminals, because modern shells remember the location of commands that have been previously looked up in PATH. The hash builtin command in such shells tells them to redo the lookup, and remember the new location. Commented Apr 15, 2017 at 3:23