Message1246

Author pekka.klarck
Recipients
Date 2006-09-26.10:42:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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/

History
Date User Action Args
2008-02-20 17:17:34adminlinkissue1565629 messages
2008-02-20 17:17:34admincreate