Macintosh resources

From ISRWiki
Revision as of 19:33, 9 March 2009 by Yoda (talk | contribs) (New page: This page contains useful information for Macintosh users. Please do feel free to add content! == LaTeX == Suggested package: http://www.tug.org/mactex == Python == Suggested package: ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page contains useful information for Macintosh users. Please do feel free to add content!

LaTeX

Suggested package: http://www.tug.org/mactex

Python

Suggested package: http://www.python.org/download

To install python modules in the user account follow these steps: (this is an example where modules are installed in ~/Library/python, adapt accordingly)

  • create a file named ~/.pydistutils.cfg containing
[install]
home=~/Library/python
  • add the following line to ~/.profile
export PYTHONPATH=~/Library/python/lib/python