[wingide-users] Wing and virtual env
Roger Erens
roger.erens at e-s-c.biz
Sun Jan 25 15:30:08 MST 2009
on 25-1-2009 23:03 Jules Stevenson wrote:
> Hi,
>
> How might I go about configuring wing to respect virtual envs?
>
> Virtual env info here: http://pypi.python.org/pypi/virtualenv
>
> Any pointers much appreciated.
>
> Jules
Hi Jules,
after having activated a virtual env, you can start up WingIDE from the
command line with:
wing3.1
You'll then see that in the Python Shell window of WingIDE after typing
import sys
that
sys.path
will contain the virtual env's PYTHONPATH.
HTH,
Roger
More information about the wingide-users
mailing list