Supported Platforms
- OSX (10.8+)
- Windows (Server 2008, Windows 7, Windows 8)
- Linux (Ubuntu 14)
(OPTION 1) Via Sublime Text Package Control (recommended)
Sublime Text Package Control must be installed: https://sublime.wbond.net/installation
- Open Sublime Text 3 (Sublime Text 2 no longer supported)
- Run
Package Control: Install Packagecommand - Search for
MavensMate - Hit
Enter
(OPTION 2) Manual
cd /path/to/sublime text/packages/directory
git clone https://github.com/joeferraro/MavensMate-SublimeText.git 'MavensMate'
(OPTION 3) As a Python Package
On older systems (OSX 10.7.x, for example), you may need to run mm via Python.
If you do not have Python 2.7 installed (Python 2.7 is installed by default on most *nix systems), you'll need to do so: https://www.python.org/downloads/.
- Install
piphttp://pip.readthedocs.org/en/latest/installing.html Install
mmviapip:pip install mmThis will create an executable called
mm(ormm.exein Windows).In MavensMate, set
mm_pathto the location of the newly installedmmexecutableOn *nix-based systems, the location can be found by running
which mm
Update
Updates to the plugin are handled automatically by Package Control. Updates can be applied manually by replacing the MavensMate directory in your Sublime Text Packages directory.