-
Installation problems
Report any installation problem to gastineau@imcce.fr
-
Report bugs or post questions
Report bugs or post questions about how to use TRIP to trip-support.
This covers problems with calculations, entering expressions and similar... .
-
on Unix, Linux, MacOS X
You have to add the following line to your file ~/.bash_profile, ~/.bash_login, and ~/.profile depending on your shell.
export PATH=$PATH:/usr/local/gnuplot/
You may change /usr/local/gnuplot if you install gnuplot in another place.
on Windows 2000 or later
You have to add or modify the environnment variable PATH.
- Right-click My Computer, and then click Properties.
- Click the Advanced tab.
- Click Environment variables.
- if PATH doesn't exist in the user variable, click New to add the new variable name PATH and value C:\gnuplot\bin.
- if PATH exists in the user variable, click the existing variable PATH, click Edit and then add ;C:\gnuplot\bin at the end of its value (; is the separator of the directories).
You may change C:\gnuplot\bin if you install gnuplot in another place.