Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following commands will allow you to run xmgrace,pyplot,gimp,ase on your Macbook Pro Laptop. So far it has only been tested by us on MacOS X 10.6 (Snow Leopard).

Before doing the following, you must install:

  1. Xcode from MacOSX CD "optional installs" (not "applications" CD).
  2. "macports" from here
Code Block
Code Block

#create admin account
#allow remote login using "preferences->sharing"
#install Xcode from MacOSX CD "optional installs" (not "applications" CD)
#install macports from web
scp cpo@rdpc40:~/norskov/macprofile ~/.profile
export ASE_TAGS=https://svn.fysik.dtu.dk/projects/ase/tags/
svn co -r 1574 $ASE_TAGS/3.4.01 ase-3.4.01
scp cpo@rdpc40:~/norskov/pyplot-0.11.tar.gz ~
tar xvfz pyplot-0.11.tar.gz
sudo tcsh
port install grace gimp py26-gtk py26-matplotlib
cp -r pyplot /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
cp -r ase-3.4.0 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ase
exit