I installed deepspeech in ubuntu 16.04 using pip install deepspeech –user but when I use deepspeech deepspeech -h on cli it says command not found. I have tried both pip and pip3 for installation, also tried restarting but it still says command not found. Answer Installing with pip –user flag, ins…