{"id":24961048,"url":"https://github.com/mandeep/sublime-text-conda","last_synced_at":"2025-04-10T21:22:45.356Z","repository":{"id":101925544,"uuid":"90545280","full_name":"mandeep/sublime-text-conda","owner":"mandeep","description":"Work with conda environments in Sublime Text 3","archived":false,"fork":false,"pushed_at":"2020-09-27T18:09:30.000Z","size":155,"stargazers_count":26,"open_issues_count":9,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T18:52:30.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mandeep.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-07T16:13:11.000Z","updated_at":"2024-05-10T22:03:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"35df6145-e062-4b8f-821d-764de480e621","html_url":"https://github.com/mandeep/sublime-text-conda","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2Fsublime-text-conda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2Fsublime-text-conda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2Fsublime-text-conda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandeep%2Fsublime-text-conda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandeep","download_url":"https://codeload.github.com/mandeep/sublime-text-conda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248299052,"owners_count":21080454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-03T08:45:25.176Z","updated_at":"2025-04-10T21:22:45.349Z","avatar_url":"https://github.com/mandeep.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: header.png\n\n|travis| |release| |downloads| |license|\n\nsublime-text-conda is a Sublime Text plugin that allows users to work with conda\ndirectly within Sublime Text. Features include creating and removing conda environments,\nactivating and deactivating conda environments, and installing and removing conda\npackages.\n\nInstallation\n============\n\nsublime-text-conda can be found on the Package Control repository. To install the plugin\nvia Package Control, open the command palette, select `Package Control: Install Package`\nand search for `conda`. Package Control will then install the plugin and the plugin\nsettings will be located in the `Package Settings` submenu.\n\nIf you would rather install from source, simply run::\n\n    $  git clone git@github.com:mandeep/sublime-text-conda.git Conda\n\ninside the Sublime Text packages folder. To find this folder, open Sublime Text and click\non `Preferences-\u003eBrowse Packages`. Cloning in this directory will manually install the plugin.\n\nFor more information please visit https://www.sublimetext.com/docs/3/packages.html\n\nSettings\n========\n\nThe settings file can be found in `Preferences-\u003ePackage Settings-\u003eConda-\u003eSettings - Default`. The\npaths may need to be changed depending on where you've installed anaconda/miniconda. For Windows\nusers, the additional settings of `run_through_shell` and `use_pythonw` are available for when\nworking on projects that require a GUI to open (such as showing a matplotlib plot).\n\nUsage\n=====\n\nOnce installed, a ``Conda`` build system will appear in the build sytem menu and conda's commands will be located inside the command palette. The ``Conda`` build system must be selected in order to use the commands. These commands include ``Create Environment``, ``Remove Environment``, ``List Environments``, ``Activate Environment``, ``Deactivate Environment`` ``Open REPL``, ``Install Package``, ``Remove Package``, ``List Packages``, ``Add Channel Source``, ``Remove Channel Source``, and ``List Channel Sources``. Command names for key bindings can be found `here \u003cDefault.sublime-commands\u003e`_.\n\n**Conda: Create Environment**\n\nWhen selected from the command palette, `Conda: Create Environment` will provide an\ninput box for the name of the desired conda environment to create. Next, the command\npalette will show the allowed Python versions to be used in the environment. Once the\nPython version is selected, conda will create the specified environment.\n\n**Conda: Remove Environment**\n\nWhen selected from the command palette, `Conda: Remove Environment` will show all\navailable conda environments that are able to be removed. Once the environment\nis selected, the build output will show the progress of the removal.\n\n**Conda: List Environments**\n\nWhen selected from the command palette, `Conda: List Environments` will display\ninside the command palette all available conda environments.\n\n**Conda: Activate Environment**\n\nWhen selected from the command palette, `Conda: Activate Environment` will\ndisplay in the command pallete a list of available conda environments to be\nactivated. The selected conda environment will then be used in the build system.\n\n**Conda: Deactivate Environment**\n\nWhen selected from the command palette, `Conda: Dectivate Environment` will\ndisplay in the command palette the current active environment. When the environment\nis selected, the build system will revert back to the Python that is located on PATH.\n\n**Conda: Open REPL**\n\nWhen selected from the command palette, `Conda: Open REPL` will\nopen a REPL tab with the currently opened file within the activated Conda\nenvironment.\n\n**Conda: Install Package**\n\nWhen selected from the command palette, `Conda: Install Package` will provide an\ninput box for the name of the desired package to install. Once the package name\nis typed, the build output will show the package installation progress.\n\n**Conda: Remove Package**\n\nWhen selected from the command palette, `Conda: Remove Package` will display in\nthe command palette, all available packages in the current conda environment. Once\nthe package is selected, the build output will show the package removal progress.\n\n**Conda: List Packages**\n\nWhen selected from the command palette, `Conda: List Packages` will display\ninside the command palette all available packages inside the current conda\nenvironment.\n\n**Conda: Add Channel Source**\n\nWhen selected from the command palette, `Conda: Add Channel Source` will provide an\ninput box for the name of the desired channel to add. Once the channel\nis typed, the build output will show the channel source progress.\n\n**Conda: Remove Channel Source**\n\nWhen selected from the command palette, `Conda: Remove Channel Source` will display\ninside the command palette all available channel sources to remove. Once clicked,\nthe selected channel source remove from the conda configuration file.\n\n**Conda: List Channel Sources**\n\nWhen selected from the command palette, `Conda: List Channel Sources` will display\ninside the command palette all channel sources listed inside the conda configuration\nfile.\n\n.. |travis| image:: https://img.shields.io/travis/mandeep/sublime-text-conda/master.svg?style=flat-square\n    :target: https://travis-ci.org/mandeep/sublime-text-conda\n\n.. |release| image:: https://img.shields.io/github/release/mandeep/sublime-text-conda.svg?style=flat-square\n    :target: https://github.com/mandeep/sublime-text-conda/releases\n\n.. |license| image:: https://img.shields.io/github/license/mandeep/sublime-text-conda.svg?style=flat-square\n    :target: https://github.com/mandeep/sublime-text-conda/blob/master/LICENSE\n\n.. |downloads| image:: https://img.shields.io/packagecontrol/dt/Conda.svg?style=flat-square\n    :alt: Package Control\n    :target: https://packagecontrol.io/packages/Conda\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandeep%2Fsublime-text-conda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandeep%2Fsublime-text-conda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandeep%2Fsublime-text-conda/lists"}