Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Why does python -m pip list display packages instead of pip list?

I am using Python 3.5.2 and the pip version installed is 18.1. Earlier the list of packages used would be displayed when i just typed 'pip list' on the cmd , but recently its not displaying anything. I only get the list of packages when I type 'python -m pip list'

Comments