How do I create an executable path in Linux?
2 Answers
- Create a folder called bin in your home directory. …
- Add ~/bin to your PATH for all sessions of Bash (the default shell used inside of the terminal). …
- Add either the executable files themselves OR symlinks to the executable into ~/bin.