Macbook / Apple operates in some strange ways and many Times its not possible to work out what are the correct option to select.. Mail.app has a funny way of saving the mail attachments.. It does it in two places if you save the attachment it goes to the folder you have pointed.. but if...
Tag: OS Mountain Lion
iPython Notebook on MACBOOK: Solved
the Launcher Install by Anaconda does not launch ipython notebook. this due to locale issues on MAC OS X. hence the fix is change the locale before launching notebook > export LAN=en_US.UTF-8 > export LC_ALL=en_US.UTF-8 > ipython notebook Its not easy to remember this all the time, hence step 3~5 and because I had issues...
unHide User Library Folder
Open Terminal and paste this code, then press enter /usr/bin/chflags nohidden ~/Library