When I use 'el.get' to install 'jedi', I get message:
'/bin/sh: virtualenv: command not found make: * [env/bin/activate] Error 127'
But I have already installed 'virtualenv', and when I type 'virtualenv' in the terminal, I actually get some description of usage of 'virtualenv'.
On the other hand, when I tried 'virtualenv' command in the shell-mode in emacs, it told me that such command cannot be found. I think this is where the bug lies.
Any idea on what is going on here?
PATH
properly in emacs. Check your .bashrc. – Barmar