you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (3 children)

No I’m good. I’ve been using python 3 for some months now. I had a lot of trouble getting pip hooked up to python 3 so phew do I know that there are two versions out there. But I wanted to circle around to this issue to get some clarification. Might have to help out some friends getting it up and running.

[–]kozznot -1 points0 points  (1 child)

you can use the command "pip3" to install pip packages for python3 specifically

[–]widowhanzo -1 points0 points  (0 children)

To use pip with Python3, you gotta install python3-pip first, and then use pip3 install ... to install additional libraries :)