[IronPython] How to use FePy setup script
Sanghyeon Seo
sanxiyn at gmail.com
Fri Sep 22 19:41:41 CEST 2006
Sorry, this is for UN*X users only, for now.
Let's assume that you have IronPython-1.0 directory with IronPython
release, and fepy directory with checkout of
https://svn.sourceforge.net/svnroot/fepy/trunk/
$ cd IronPython-1.0
$ ../fepy/script/setup
This will install (link) all my modules to Lib directory, and link
CPython standard libraries and some 3rd party libraries. It also
installs some shell scripts.
To launch the console:
$ ./ipy
If you have Mono installed outside of your PATH, export MONO to point
to mono binary you want to use.
./getm <name> links a standard library module <name>.
./gets <name> links a 3rd party module <name>.
./getp <name> links a module from FePy checkout.
--
Seo Sanghyeon
More information about the Ironpython-users
mailing list