I installed version 3.6.0rc2 on pyenv and I really need pygame in this version. I tried to use sudo pip uninstall pygame
and sudo pip install pygame
and also tried sudo pip3 uninstall pygame
and sudo pip3 install pygame
. But pip and pip3 only install pygame in python3.5 and 2.7, but when I give pip -V
it appears:
pip 9.0.1 from /home/rodrigo/.pyenv/versions/3.6.0rc2/lib/python3.6/site-packages (python 3.6)
Apparently all right but does not install anything in python 3.6.0.
And I do not want to install python 3.6 for anything other than pyenv.