Timeline for answer to subprocess error in python by Sci Prog
Current License: CC BY-SA 3.0
Post Revisions
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 26, 2016 at 10:30 | comment | added | jfs |
Read the links I've provided (really, the answers there are very thorough). Use type Praat if you run the command interactively in a shell or command -v Praat if it is in a script. It is more likely that type will show the actual executable that will be run than whereis.
|
|
| Feb 26, 2016 at 1:35 | comment | added | Sci Prog |
According to man pages, whereis checks the standard binary directories (...) printing out the paths of any it finds, which will locate a program in the user's path. Therefore which is probably a better choice, since the OP said he was able to run it in the command line.
|
|
| Feb 25, 2016 at 11:18 | comment | added | jfs | related: Why not use "which"? What to use then? | |
| Feb 25, 2016 at 11:11 | comment | added | jfs |
note: type Praat (whence, where, which) or command -v Praat might be more useful here, to find the full path to the executable. See What is the unix command to find out what executable file corresponds to a given command?
|
|
| Feb 25, 2016 at 4:21 | vote | accept | Aboogie | ||
| Feb 25, 2016 at 1:01 | history | answered | Sci Prog | CC BY-SA 3.0 |