+ 3
Sudo pip3 command not found in raspberry pi 2 model B
I have installed pip3 but whenever I tried to install py-enigma(sudo pip3 install py-enigma) it says pip3 command not found!!??
9 Respostas
+ 3
Have you tried pip instead of pip3? It's usually in the same path, so if it doesn't work either, it's most likely a PATH issue..
+ 3
echo $PATH
What does it show you?
+ 3
No reference to Python...
You have to add the path to your local Python installation. The path is to be discovered by entering:
which python
in the terminal.
+ 2
well yes, to check if the path was updated
+ 1
please try to answer me!
+ 1
yes I tried but still not working
+ 1
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
0
Thanks. I'm also confused
0
after which I should enter echo $path?