When we type
python3 --version (or --V)
it is supposed to show us the version of the python right?
However, when I do this I get t
If you're using windows you can try in a Python prompt:
>>>>import pip >>>>pip.main(['install', 'foobar'])