Timeline for How can I make a program I've added to the PATH run from the terminal?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 14, 2022 at 22:29 | answer | added | dftag | timeline score: 1 | |
| Jan 12, 2022 at 10:08 | comment | added | Panki | If all else fails, try logging out and back in. | |
| Jan 12, 2022 at 5:32 | comment | added | user10489 |
Which shell are you using. Some shells might need something like hash may be needed to get the shell to recognize new commands added to directories in your path.
|
|
| Jan 11, 2022 at 22:23 | comment | added | Natolio |
Just a couple of things you could check: echo $PATH is /usr/local/bin/ in the string that gets echoed? Is the file that /usr/local/bin/eclipse is linked to readable and executable by your user? And what happens if you run /usr/local/bin/eclipse in the terminal?
|
|
| S Jan 11, 2022 at 22:06 | review | First questions | |||
| Jan 12, 2022 at 9:49 | |||||
| S Jan 11, 2022 at 22:06 | history | asked | dftag | CC BY-SA 4.0 |