Issue1565629

classification
Title: Default installation location pretty weird in Windows
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: otmarhumbel Nosy List: nobody, otmarhumbel, pekka.klarck
Priority: normal Keywords:

Created on 2006-09-26.10:42:50 by pekka.klarck, last changed 2007-01-24.07:54:23 by pekka.klarck.

Files
File name Uploaded Description Edit Remove
1565629-patch.txt otmarhumbel, 2006-12-19.23:13:06 This patch defaults a directory below <root>
Messages
msg1246 (view) Author: Pekka Klärck (pekka.klarck) Date: 2006-09-26.10:42:50
The default installation location in Jython installer
in Windows is "C:\Documents and
Settings\<current_user>\jython<version>". In my opinion
this is pretty weird place and can also be a bit
problematic because not all scripts and programs handle
spaces in the path that well. Also if you want to call
Jython from command line with the full path your
commands get rather long.

In my opinion Jython could, by default, be installed
into c: root similarly as Python (e.g. c:\Jython22a1).

Tested with Jython 2.2a1 installer and also with the
latest HEAD installer from [1] provided by Oti.

[1] http://homepage.sunrise.ch/mysunrise/ohumbel/

msg1247 (view) Author: Nobody/Anonymous (nobody) Date: 2006-09-26.21:20:35
Logged In: NO 

The revision of the HEAD installer I used was 2916.
msg1248 (view) Author: Pekka Klärck (pekka.klarck) Date: 2006-11-28.14:21:25
Should/could this be fixed for 2.2 final? I hope new release gives Jython new users and having a weird default installation location is not the best first impression to give.

Things are even worse if you install Jython to the default location because only launching it requires a long command. You can of course put the installation directory into into PATH (but even that is nicer when the path to the directory is short). Hmm, actually the installer could update PATH accordingly -- I'll submit a new issue about that.
msg1249 (view) Author: Oti Humbel (otmarhumbel) Date: 2006-12-19.23:13:06
File Added: 1565629-patch.txt
msg1250 (view) Author: Oti Humbel (otmarhumbel) Date: 2006-12-19.23:17:49
Patch 1565629-patch.txt checked in, revision 3025.
See also: http://jython.svn.sourceforge.net/viewvc/jython?view=rev&revision=3025
msg1251 (view) Author: Pekka Klärck (pekka.klarck) Date: 2007-01-24.07:54:23
Great that this is fixed! A snapshot build with this fix would be nice. I checked [1] but latest was for r3005. 

[1] http://homepage.sunrise.ch/mysunrise/ohumbel/

PS: The table in [1] could perhaps grow a new column with date.
History
Date User Action Args
2006-09-26 10:42:50pekka.klarckcreate