Can anyone let me know how to set PYTHONPATH?
Do we need to set it in the environment variables (is it system specific) or we can independently set the PYTHONPATH and use it to run any independent python application?
i need to pick the module from a package available in directory which is different from the directory from which I am running my application . How to include these packages in my application