Sudo pip3 command not found in raspberry pi 2 model B | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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!!??

1st Jun 2018, 1:31 PM
Vishnu Ram M
Vishnu Ram M - avatar
9 Respuestas
+ 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..
1st Jun 2018, 2:36 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
echo $PATH What does it show you?
1st Jun 2018, 2:52 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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.
1st Jun 2018, 3:46 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
well yes, to check if the path was updated
1st Jun 2018, 4:04 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 1
please try to answer me!
1st Jun 2018, 1:58 PM
Vishnu Ram M
Vishnu Ram M - avatar
+ 1
yes I tried but still not working
1st Jun 2018, 2:37 PM
Vishnu Ram M
Vishnu Ram M - avatar
+ 1
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games
1st Jun 2018, 2:54 PM
Vishnu Ram M
Vishnu Ram M - avatar
0
Thanks. I'm also confused
1st Jun 2018, 1:58 PM
Vishnu Ram M
Vishnu Ram M - avatar
0
after which I should enter echo $path?
1st Jun 2018, 3:52 PM
Vishnu Ram M
Vishnu Ram M - avatar