I'm new to pip and I've use it to install some module on my system, say pyglet, successfully. I have 2 versions of python, 2.7 and 3. When I use python3, pyglet works fine, but in python2, it tells me module pyglet not found.
How can I pip install to both of python2 and python3?
Thanks.