[PYTHON] Remove all modules installed with pip

Write the currently installed module with freeze and save it in a text file Load it with uninstall

pip freeze > piplist.txt
sudo pip uninstall -r piplist.txt

For some reason I got an error with permissions, so I also added sudo

Recommended Posts

Remove all modules installed with pip
Uninstall everything you installed with pip
Delete all libraries installed on pip with a single command
Upgrade all at once including dependencies with pip
PIL installation with pip
Import libraries that cannot be pip installed with PyCharm
Restore what was installed with pip3 on another PC
Error with pip install
Use pip with MSYS2
Find out the location of packages installed with pip
Install scikit.learn with pip
Update packages already installed with pip in user environment (non-su)
Move what you installed with pip to the conda environment
Bulk update with pip (with confirmation)
Use pip with Jupyter Notebook
When moss with pip install
Install github repository with pip
A memo for when pip3 is installed with python2.7 for some reason