79679005

Date: 2025-06-25 12:05:09
Score: 2.5
Natty:
Report link

Make a new txt file (let's say new.txt) and save all the modules there, and then uninstall it .

pip freeze > new.txt (storing)

pip uninstall -r new.txt (deleting)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Satyam Singh