As a developer that has worked on more than one python project at once, I love the idea of Virtualenv. But, I'm currently trying to get Komodo IDE to play nice with VirtualEnv on a Windows box. I've downloaded virtualenvwrapper-win and got it working (btw, you are using Virtualenv on windows you should check it out):
http://pypi.python.org/pypi/virtualenvwrapper-win
however, I can't quite figure out what I need to do to get Komodo IDE to respect it all. I found the following for Mac users:
http://blog.haydon.id.au/2010/11/taming-komodo-dragon-for-virtualenv-and.html
But, so far, no luck. I'm pretty sure that I need to set a postactivate script to set some environment variables for Komodo to pick up.
Has anyone gotten this working before?
I'm using:
Win7, Python 2.6, Komodo IDE 6.1.3
Thanks in advance!