Frequently Asked Questions on Unix/Mac OS X
Q: How to intall a downloaded file for Ch in Mac OS X? If you downloaded a file for Ch, say chevaluation-6.0.0.macosx10.ppc.tar.gz for Ch Professional Evaluation Edition version 6.0.0, you can install it with the following steps. For Ch Student Edition, the downloaded file name starts with chstudent instead of chevaluation. For Ch Standard Edition, the downloaded file name starts with chstandard instead of chevaluation. The version number 6.0.0 will be different if it is not version 6.0.0.
Q: How to run command/file in the current directory?
If you have a file named "foo.ch" in the current directory,
run command "chmod 755 foo.ch" first if foo.ch is not an executable
file.
For security reason, by default, the current directory
is not in the command path. There are two ways to run "foo.ch"
The use of Ch is similar to C-Shell, BASH or Perl in MacOSX.
Getting started in Ch, you must start Unix terminal from the menu
of Applications/Utitiles/Terminal, then type
Q: How to make Ch run as the default shell in the
Terminal app on the Mac?
In the Terminal application:
Q: How to setup AquaTerm to display plots in Ch?
Plots in Ch Professional Edition can be displayed using either X11 or AquaTerm.
Plots in Ch are displayed using X11 by default.
Installation instructions for X11 can be found by searching for
"X11 install" on
Apple Computer's web site.
AquaTerm is an open source application for Mac OS X that provides a
GUI interface for plotting programs.
To use AquaTerm for displaying plots in Ch, follow the instructions below
to set it up.
|