Skip to content
Prev 171940 / 398503 Next

Installing different versions of R simultaneously on Linux

Prof Brian Ripley wrote:
depending on what is meant by 'executable'.

"Files that contain instructions for an interpreter
<http://en.wikipedia.org/wiki/Interpreter_%28computing%29> or virtual
machine <http://en.wikipedia.org/wiki/Virtual_machine> may be considered
executables" [1]
"The term might also be, but generally isn't, applied to scripts
<http://foldoc.org/index.cgi?scripts> which are interpreted by a command
line interpreter
<http://foldoc.org/index.cgi?command+line+interpreter>." [2]

try also

    file `which R`

which is likely, system-dependently, to say that it's *executable*
(independently of the access mode).

vQ


[1] http://en.wikipedia.org/wiki/Executable
[2] http://foldoc.org/index.cgi?query=executable&action=Search


vQ