First time here? Check out the FAQ!
![]() | 1 | initial version |
![]() | 2 | No.2 Revision |
3. From Wing, open the Project Properties dialog.
![]() | 3 | No.3 Revision |
You can either set the Python Executable in Project Properties to "Activated Env" and enter the command that activates the environment, or set it to the virtualenv's Python, which you can find as follows:
Run the interpreter for your virtual environment outside of Wing.
From that interpreter, you can identify the executable for the environment by running the commands:
import sys print(sys.executable)
3. From Wing, open the Project Properties dialog.
![]() | 4 | No.4 Revision |
You As of Wing 7.2, you can either set the Python Executable in Project Properties to "Activated Env" and enter the command that activates the environment, or environment.
In all versions of Wing you can instead set it Python Executable to the virtualenv's Python, which you can find as follows:
Run the interpreter for your virtual environment outside of Wing.
From that interpreter, you can identify the executable for the environment by running the commands:
import sys print(sys.executable)
3. From Wing, open the Project Properties dialog.