Hello!
I had OpenNMT-tf install via pip2
some times ago.
Now I installed OpenNMT-tf via pip3 install OpenNMT-tf
, and removed python2.7 version with pip uninstall OpenNMT-tf
.
Since then onmt-main
command gives onmt-main: command not found
.
What should I do if I would like to use python3 version of tensorflow?
Thanks in advance
Okay I solved it, sorry for the question. I didn’t had .local/bin in $PATH enviroment variable.