I'm using python 3.8.2 on ubuntu on windows 10. I'm reading an OOP pdf and I'm at the third-party libraries section. It says that pip doesn't come with python, but python 3.4 contains a useful tool called ensurepip, which will install it: python -m ensurepip.
But when I press enter, it says no module named ensurepip
/usr/bin/python3: No module named ensurepip
So I thought that I already have pip so I tried to install pygame with pip but it says there's no module named pip. What am I doing wrong?
Thanks.