xxxxxxxxxx
/snap/pypy3/130/bin/pypy3 -m ensurepip
# Alternative
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
pypy3 get-pip.py
pypy3 -m pip --version
xxxxxxxxxx
Correct command:
python -m pip install modulename
Alternative(if it doesn't work):
py.exe -m pip install modulename