following the instructions here:
https://deepspeech.readthedocs.io/en/v0.9.3/
i used
pip3 install deepspeech
but towards the end of the install process i get this:
WARNING: The script deepspeech is installed in ‘/home/jd/.local/bin’ which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
i appreciate that this is a warning not an error, but it tells me (i think) that deepspeech has installed to my home directory. however, i don’t want this because i intend to create several different virtual installs of deep speech so that i can run some comparison tests (eg between cpu and gpu performance). can someone tell me what i am doing wrong and ideally what i can do to install DeepSpeech to a specific directory?
thx, julian