Issue1604506

classification
Title: Windows installer should put installation direcotry to PATH
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: dubnerm, fwierzbicki, pekka.klarck
Priority: normal Keywords:

Created on 2006-11-28.14:28:15 by pekka.klarck, last changed 2008-11-03.20:46:42 by fwierzbicki.

Messages
msg1326 (view) Author: Pekka Klärck (pekka.klarck) Date: 2006-11-28.14:28:15
Installing Jython into a Windows box would be easier if installer put the installation directory into PATH environment variable. If this is not done then users must be explicitely asked to do it, and since many Windows users don't (unfortunately) know how that is done also detailed instructions should be provided. Setting PATH should be optional but probably enabled by default.

In linuxes and other unixes not setting PATH is probably ok because 1) these users generally know how to set it themselves and 2) there are so many ways to set it that making a correct choise is hard (and thus better left for the user).

I don't know enough about Macs to have an opinion.
msg1327 (view) Author: Michael Dubner (dubnerm) Date: 2007-03-17.17:08:06
We should follow CPython way - not modifying PATH is good enough.
msg3740 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2008-11-03.20:46:42
Agreeing with dubnerm.  If CPython doesn't modify the PATH on windows,
we shouldn't either.
History
Date User Action Args
2008-11-03 20:46:42fwierzbickisetstatus: open -> closed
resolution: wont fix
messages: + msg3740
nosy: + fwierzbicki
2006-11-28 14:28:15pekka.klarckcreate