Menu

Environment Variable

2008-09-10
2013-03-15
  • Willard Zinsmeyek

    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.

     
    • Fabio Zadrozny

      Fabio Zadrozny - 2008-09-10

      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