Skip to content Skip to sidebar Skip to footer

Command "pip List" Shows Error

I wanna do python but I cannot even configure it:D . So I installed pip on Linux Mint and when type in 'pip list' an error shows up: Exception: Traceback (most recent call last

Solution 1:

This worked for me.

pip install -U setuptools
pip install -U pip

I had to the relink pip.

ln -s /usr/local/bin/pip /usr/bin/pip

Post a Comment for "Command "pip List" Shows Error"