sublime-text-conda
sublime-text-conda copied to clipboard
Work with conda environments in Sublime Text 3
Hello, I installed the conda package through the package control manager on Sublime text built 4152, on Windows 11. I already have Miniconda installed in the system with an environment...
I installed the Conda package using Package Control with Sublime Text 4126 on my work machine, but can't get it to work. Anaconda was installed by my system administrator for...
Normally one can stack conda environments, however (lately?) I seem to be able to manage to activate only a single environment with this package in Sublime?
I can't seem to configure conda so that it finds the right python interpreter. It uses the default 2.7 whereas I want to use the 3.9 in the anaconda distribution....
I recently unknowingly updated from Sublime Text 3 to Sublime Text 4. When I had done so, I could no longer execute files using the build command with the Conda...
I have this extension set-up and I am trying to use it on a `*.py` file. * When I select `Tools` > `Build System` > `Conda` everything works fine. *...
Would it be possible to make the jedi plugin (https://packagecontrol.io/packages/Jedi%20-%20Python%20autocompletion) use the currently activated environment? Jedi can use of build system variables to set the path. Are you exposing the...
The README hasn't been updated to include all of the available commands. We need to take what's available in the plugin and write a description for each command in the...
HI, I use to create conda envs using --prefix option instead of --name. So each of my projects contains their environment inside a sub-directory, as proposed [here](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#specifying-a-location-for-an-environment). But there is...