Setting your path on a Mac:
- Double click on the Terminal.app program in the Utilities folder of your Applications folder
- Click on the Terminal window and type:
- For bash shells ($ prompt):
- cat >> .bash_profile [followed by the return key]
- export PATH=~/PmagPy:./:/usr/local/bin:$PATH
- For "C" shells (% prompt):
- cat >> .cshrc [followed by the return key]
- set path = (~/PmagPy /usr/local/bin ./ $path)
- ctrl-D [control key and "D" simulaneously]
Setting your path on Windows:
- Click on "Start" and then the Control Panel
- If you don't see "System" icon, select "Classic view"
- Click on the "System" icon and select the "Advanced" Tab
- Click on the "Environment Variables" button and select Path in the System variables window
- Select "Edit" and scroll to the end of the Variable value window with arrow keys.
- type
- ;C:\PmagPy;C:\"Program Files"\Gnuwin32\bin
- at the end of the character string and click on the OK button.
- Click on the "OK" button at the bottom of the Environment Variables window.
Return to PmagPy installation page