[wingide-users] Updating environment variables
Wingware Support
support at wingware.com
Tue Jul 20 06:51:13 MDT 2010
Edward Diener wrote:
> Is it possible within the Wing IDE to update system environment
> variables before debugging a project ?
>
> I see under Project | Properties the environment. I would like to add
> to the PATH environment variable. From a Windows command script I can do:
>
> set PATH=%PATH%;somefolder\path
>
> How do i do that from within the Wing IDE, or do I have to do this an
> a batch file or Python script before starting the Wing IDE ?
You should be able to add an entry to Project Properties / Environment
as follows:
PATH=${PATH};somefolder\path
Please let me know if that doesn't work for you.
Thanks,
--
Stephan Deibel
Wingware | Python IDE
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list