mandeep/sublime-text-conda

Jedi integration

CarlAndersson opened this issue · 2 comments

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 conda environment to other build systems?

I don't believe I am exposing the build system. If you have a link, I'll gladly look into it.

If you have a look under the "Settings" header on https://packagecontrol.io/packages/Jedi%20-%20Python%20autocompletion, you can see how Jedi is normally configured. In the example they use $project_path as part of the project-level configuration.
It would be super if there was a way to use e.g. $conda_env to configure other packages.