same pip modules on ubuntu available for all versions on the machine? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

same pip modules on ubuntu available for all versions on the machine?

I am using python on ubuntu 16 and i have almost all versions available by default. i am trying to use 3.6 and installed a module pynotify using pip. but iam unable to import it with v3.6. do we have to install pip modules seperately for different versions? how does the library actually work? pls help

7th Dec 2017, 3:30 PM
Jayakrishnan B
Jayakrishnan B - avatar
2 Answers
+ 1
yes, you have to make a sudo apt install pip3.6 and it will work on python 3.6
14th Dec 2017, 8:14 PM
Rafael
0
cool.. ill try that. thanks @Rafael :)
16th Dec 2017, 7:21 AM
Jayakrishnan B
Jayakrishnan B - avatar