Sublime Text#

Note

This page is no longer maintained, and may be out of date.

Sublime Text is a cross-platform text editor for code, markup, and prose. Download and Install Sublime Text.

Note

These instructions refer to Anaconda Distribution exclusively, but will also work with Miniconda.

To use your Anaconda installation with Sublime Text:

  1. Download Package control.

  2. Open the Sublime Text command palette by pressing CTRL+Shift+p (Windows, Linux) or CMD+Shift+p (macOS).

  3. All Package Control commands begin with “Package Control:”. Start by typing “Package”.

  4. Select “Package Control: Install Package”.

    ../../../_images/anaconda_st_install_package.png
  5. Search for conda in the command palette and select the conda plugin. When the plugin is installed, a Package Control Message will open in the Sublime Text window.

    ../../../_images/anaconda_st_install_conda.png
  6. Change the current Build System to conda by accessing Tools -> Build System -> Conda in the menu bar.

    ../../../_images/anaconda_st_build_system.png
  7. Access the conda Commands with the Command Palette by searching for conda.

    ../../../_images/anaconda_st_conda_commands.png