Issue226906

classification
Title: X'less installation
Type: Severity: normal
Components: Installer Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: normal Keywords:

Created on 2000-12-27.15:13:11 by anonymous, last changed 2000-12-27.16:06:01 by bckfnn.

Messages
msg235 (view) Author: Nobody/Anonymous (nobody) Date: 2000-12-27.15:13:11
There is no way to install jython to system without X.

I want to install it on WEB server, but it has no X system,
so I can't install jython on it. If there is such possibility, then it is documentation bug: I can't find how to do it in documentation.
msg236 (view) Author: Finn Bock (bckfnn) Date: 2000-12-27.16:06:01
On the page:
  http://jython.sourceforge.net/install.html

it says: 

"""
If you do not have a GUI, then add -o dir_to_install_to to the command above. Jython will install to the specified directory without bringing up the graphical installer. E.g. to install all modules to a Jython-2.0 subdirectory in the current directory do: 

<java interpreter> jython-20a3 -o Jython-2.0 demo lib source 
"""
History
Date User Action Args
2000-12-27 15:13:11anonymouscreate