- To use Jython, a Java .jar file provides the installation executable. Two options are available for installation.
- Normal GUI installation is available by using the following:
java -jar jython_installer-2.7.1.jar
- For console-based systems, such as headless servers, the following command can be used for installation:
java -jar jython_installer-2.7.1.jar --console
- IronPython can be installed using a Windows .msi installer, via a .zip file, or downloading source code. Installation with the .msi file is like a normal Windows software installation; the .zip file or source code can be used for non-Windows platforms.
- NuGet is the package manager for the .NET framework. IronPython can be installed via NuGet just like pip packages. ...