> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sublime Text

export const PdfDownload = ({href, children = "Download PDF"}) => <a href={href} download className="preview-button text-sm font-medium rounded-full px-3.5 py-1.5 not-prose focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">
    {children}
  </a>;

<Badge shape="pill" stroke color="yellow" icon="triangle-exclamation">Deprecated</Badge>

<Note>
  This page is no longer maintained, and may be out of date. It will be removed on September 30, 2026. To download a PDF copy of this page for your reference, click the **Download PDF** button below.
</Note>

<PdfDownload href="/docs/pdfs/sublime.pdf" />

Sublime Text is a cross-platform text editor for code, markup, and prose.
[Download and Install Sublime Text](https://www.sublimetext.com/3).

<Note>
  These instructions refer to Anaconda Distribution exclusively, but will also work with Miniconda.
</Note>

To use your Anaconda installation with Sublime Text:

1. [Download Package control](https://packagecontrol.io/installation).

2. Open the Sublime Text command palette by pressing Ctrl+Shift+P (Windows, Linux)/Cmd+Shift+P (Mac).

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

4. Select "Package Control: Install Package".

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/YGtija9HXl-k020Y/images/anaconda_st_install_package.png?fit=max&auto=format&n=YGtija9HXl-k020Y&q=85&s=2ed2e0d05724f7565353b8f35620ac95" alt="" width="2092" height="1650" data-path="images/anaconda_st_install_package.png" />
   </Frame>

5. Search for [conda](https://www.github.com/mandeep/sublime-text-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.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/YGtija9HXl-k020Y/images/anaconda_st_install_conda.png?fit=max&auto=format&n=YGtija9HXl-k020Y&q=85&s=674c3be73f3ceaae34d517ba71d9ec23" alt="" width="2092" height="1650" data-path="images/anaconda_st_install_conda.png" />
   </Frame>

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

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/YGtija9HXl-k020Y/images/anaconda_st_build_system.png?fit=max&auto=format&n=YGtija9HXl-k020Y&q=85&s=3efcd04483234932e25a6fb35d6d765c" alt="" width="1870" height="1429" data-path="images/anaconda_st_build_system.png" />
   </Frame>

7. Access the conda Commands with the Command Palette by searching for conda.

   <Frame>
     <img src="https://mintcdn.com/anaconda-29683c67/YGtija9HXl-k020Y/images/anaconda_st_conda_commands.png?fit=max&auto=format&n=YGtija9HXl-k020Y&q=85&s=e10c16e42dd32a42ee7da8be0011b81c" alt="" width="2092" height="1650" data-path="images/anaconda_st_conda_commands.png" />
   </Frame>
