when i run python3 -V
on my amazon workdsace - it gives me Python 3.9.0
and when i run python -V
- it gives me Python 2.7.18
and when i run pip --version
- it gives me pip 20.2.4 from /home/myName/.local/lib/python2.7/site-packages/pip (python 2.7)
what i want is to download pip3 for python 3.9.0 to download modules also the script i made works with python3 not python2
any idea ?