I have two workflows for using SublimeText: one is for Python development and one is LaTeX document writing. I love using the SublimeREPL
package when I'm doing Python and I love using LaTeXTools
+ sublime-text-2-buildview
packages for LaTeX coding.
However, two of these packages (SublimeREPL
and sublime-text-2-buildview
) are simply incompatible and SublimeText crashes when I have them both installed. I've resorted to removing/installing the packages that aren't relevant for the project I'm working, but it's kind of annoying.
Is there anyway to have two separate Sublime "profiles" with different packages active under different profiles? This way, I could choose a "Python" profile which would launch ST with my Python packages or choose a "LaTeX" profile that launches ST with my LaTeX packages. I'm also open to other solutions, so long as they're more convenient than removing/installing packages every time I want to change workflows.