sublimator wrote:Sublime really needs site-packages support for versioned shared helpers
Maybe @wbond will save the day there
I'd certainly be willing to work with someone to try and find a solution. Unfortunately I am not an expert at python packaging. From my very limited experience it seems that pip and virtualenv are the current best practices, however I don't know how that would interact with Sublime's python installation. From what I can tell, all Sublime packages would get the same version of a module if it was included by one of them.
If anyone with more experience with python wants to spend some time discussing this, perhaps we could do so at
https://github.com/wbond/sublime_package_control/issues, if only so we would get notifications about responses.