I have different virtualenv\'s (made with virtualenwrapper) and I\'d like to be able to specify which virtualenv to use with each proj
There is a sublime text3 package, named Virtualenv, allowing you to build using the Python from your virtualenv.
It supports any versions of Python in your virtualenv, and works very well for me (MacOS).
To install it, we just command+Shift+P to call out pacakge control (install it if you don't have it yet), then type install. Next type virtualenv, when you see it appears click return to install it.
After installing it, select Tools --> Build System --> Python + Virtualenv. Then you can use command + B to execute your Python projects.
Click Here to check further information.