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 with MacOS X 10.6 (Snow Leopard). It's slightly different for other versions (talk to cpo). Office is also available for MACs purchased by SLAC (contact me if you want that).

...

Code Block
export ASE_TAGS=https://svn.fysik.dtu.dk/projects/ase/tags/
svn co -r 1574 $ASE_TAGS/3.4.1 ase-3.4.1
scp youraccountname@noricyouraccountname@suncatls1.slac.stanford.edu:/afs/slac/g/suncat/mac/pyplot-0.11.tar.gz ~
tar xvfz pyplot-0.11.tar.gz
sudo tcsh
port selfupdate
port install grace gimp py26-gtk py26-matplotlib py26-scipy +gtk2
cp -r pyplot /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages
cp -r ase-3.4.1 /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ase
exit

...