Skip to content
Prev 29451 / 63424 Next

Windows: adding R/bin folder to the PATH variable

On Fri, 18 Jul 2008, Gorjanc Gregor wrote:

            
This is the normal behaviour of Windows applications.  There are several 
reasons, including length limits on the Windows PATH (which are 
version-specific) and that shells are not normally used -- most Unix 
shells hash the path contents so lookup is (almost) independent of the 
number of applications on the path.

If you run a shell (e.g. the Command prompt) you can set the path for that 
shell, and indeed I have my system setup to use a different path in shells 
than used from the desktop).

Finally, those Windows installers that do add to the PATH frequently fail 
to uninstall correctly.