SmallEiffel is now available through the symbolic link /usr/local/SmallEiffel.

Add /usr/local/SmallEiffel/bin to your path to be able to call 
the SmallEiffel compiler and its other utilities.

Make sure the environment variable SmallEiffel is defined and points to
/usr/local/SmallEiffel/sys/system.se.

One way to do this is to extend /etc/profile with the following line:

  SmallEiffel=/usr/local/SmallEiffel/sys/system.se; export SmallEiffel
