Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Mac Settings and Programs | ||||||||
Line: 22 to 22 | ||||||||
- Change TeXShop preferences so they accesss the same as Macports: TeXShop->TeXShop Preferences->Engine (tab)-> change (pdf)TeX and Distiller to /opt/local/bin | ||||||||
Added: | ||||||||
> > | For Python: - Python come per-installed on mac and can be accessed through the terminal. - I installed ipython: sudo port install py27-ipython - Then to set as the default (can be reversed) sudo port select --set ipython py27-ipython - There may be an error: ptyprocess is missing: to solve this installed: sudo port install py26-ptyprocess - To installed more packages : sudo port install py27-packagename | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Mac Settings and Programs | ||||||||
Line: 7 to 7 | ||||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
![]() | ||||||||
Added: | ||||||||
> > |
For Latex: - Download TeXshop from: http://pages.uoregon.edu/koch/texshop/obtaining.html![]() | |||||||
\ No newline at end of file |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Mac Settings and Programs | ||||||||
Line: 9 to 9 | ||||||||
| ||||||||
Added: | ||||||||
> > | Good macports guide: https://guide.macports.org![]() |