Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete all pips

type "pip freeze" to get list of all installed packages.
Copy all the names into a text file name it pkg.txt
then type the following "pip uninstall -r pkg.txt"
you will be asked to proceed type "y" and enter
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #delete #pips
ADD COMMENT
Topic
Name
5+4 =