I followed link .But I am getting below error on step 5 for OSX (workspace path like /Users/Andy Ray/Documents/mm_workspace)
Error trying to parse settings: Expected value in Packages/User/mavensmate.sublime-settings:1:1
Attribution to: sfdc
Possible Suggestion/Solution #1
I had this same problem as well. Doing it like this fixed it for me:
{ "mm_workspace" : "/Users/<name>/Documents/mavensmate" }
EDIT: Expanded explanation for clarification: The configuration files for MM are in JSON format. JSON needs surrounding brackets ({}), and generally you need quotations around the variable name, and its value. The I have used is just a placeholder for your username (don't want to reveal mine) - it is not an MM shortcut. The directory itself doesn't matter, it's just an example.
Attribution to: Appirio Ciaran
Possible Suggestion/Solution #2
The actual explanation is much simpler, simply user "/" rather than "\"
Attribution to: Tal Carmi
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/31078