Package Based Custom Environment


We've learned how to customize environments globally for all packages in Adding New Applications section.

Sometimes you need to customize the environment per package basis. Say you have an IDE package where you keep the plug-ins for it and you need to initialize IDE_PLUG_IN_PATH environment variables only for that package. Adding this variable globally wouldn't make sense.

Meco™ allows us to customize the environment per package basis. You can check Package Env Module section for more information on the topic.