Newbie question: how do I specify an environment variable for my PyDev project? For example, if I want $MEMSIZE=1024 to be available for any python script in my project? Thanks for any help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are 2 ways of doing it:
1. You may set it in the shell that launches eclipse (so, any other shell lanched from it will inherit those settings)
2. You can specify that in the run dialog, in the environment tab (but you must do that for each new launch).
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Newbie question: how do I specify an environment variable for my PyDev project? For example, if I want $MEMSIZE=1024 to be available for any python script in my project? Thanks for any help.
There are 2 ways of doing it:
1. You may set it in the shell that launches eclipse (so, any other shell lanched from it will inherit those settings)
2. You can specify that in the run dialog, in the environment tab (but you must do that for each new launch).
Cheers,
Fabio