When I try to install solc (npm install solc or npm install -g solc) I actually can install it BUT when looking for it (through the command which solc) nothing shows up. Another strange thing: when looking for solcjs (through the command which solc) i get the correct path where it is indeed installed.
Things which I have already tried : uninstalling solc and solcjs and then re-installing them (which led to the same problem)
Other details : when I am in node.js and i try to do something like var solc = require('solc') no errors arise. Pretty strange one may think, well that's two of us.
Thanks in advance.