I am running a python script through python-shell in node.js. When I install the python packages through apt-get, no problem. But when I do through pip, the spawned process does not find them even though running the exact same script in the terminal works perfectly.
What am I missing ?