This article is again about programming language, so if you are not interested in this area, see you next time. My first python project is a test suite. I like Martin Fowler's articles, so, naturally, my first program is a test. My project is usually started with test, documentation, and interface design, yet incremental. This is about python's os.environ and LD_LIBRARY_PATH. This is a follow up of the boost.python's story. My development environment is Linux, but later I have a plan to go to Windows also. In python interpreter, we can change the environment variables through os.environ. For example, if you want to change the LD_LIBRARY_PATH: os.environ['LD_LIBRARY_PATH'] = '/some/directory/lib' I thought this is all for LD_LIBRARY_PATH, but I hit a wall. My department policy doesn't allow to have administrator right and Internet access to the developers. Therefore, if I want to use something not in my computer, for example, boost or python,
Mathematics, programming, and a little bit of my life.