Versions Compared

Key

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

...

Code Block
export PYTHONPATH=/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/:/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ase
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
alias pyplot='cd /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/pyplot; python pyplot.py; cd -'
alias ag='/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/ase/tools/ag'

SSH Issues

To enable ssh login to the mac, go to preferences->sharing and enable "Remote Login"

To enable X forwarding, edit /etc/sshd_config and insert the line "X11Forwarding yes"