I have trying to run python script from the terminal but getting the next error message :
ImportError: libpython2.7.so.1.0: cannot open shared object file: N
I solved it by using "export LD_LIBRARY_PATH="${WORK_PATH}/venv/lib".