Re: v5 FrontEnd problem on Linux
- To: mathgroup at smc.vnet.net
- Subject: [mg42757] Re: v5 FrontEnd problem on Linux
- From: Holger Meinhardt <hme at vwl3.wiwi.uni-karlsruhe.de>
- Date: Fri, 25 Jul 2003 05:08:03 -0400 (EDT)
- Reply-to: Holger Meinhardt <hme at vwl3.wiwi.uni-karlsruhe.de>
- Sender: owner-wri-mathgroup at wolfram.com
Dear Nilton, I had also some problems with the v5 FrontEnd under Linux Suse 7.2. It was associated with my German local as the support of Wolfram Research told me. Probably, it works if you add these lines LANG=C export LANG into your mathematica and Mathematica scripts at the location: #!/bin/sh # # Mathematica 5.0 Front End command file # Copyright 1988-2003 Wolfram Research, Inc. # Make certain that ${PATH} includes /usr/bin and /bin PATH="/usr/bin:/bin:${PATH}" LANG=C export LANG These scripts are normally located in /usr/local/bin. With best regards, Holger Meinhardt ------------------------------------------------------------------------------- Holger Meinhardt Institute for Statistics and Economic Theory University of Karlsruhe Zirkel 2 D-76128 Karlsruhe Tel.: (+49)(721) 608-4784 Fax.: (+49)(721) 608-3082 E-mail: hme at vwl3.wiwi.uni-karlsruhe.de -------------------------------------------------------------------------------