LoginSignup
96
68

More than 5 years have passed since last update.

pipでインストールしたモジュールを全て削除

Last updated at Posted at 2014-02-28

現在入ってるモジュールをfreezeで書きだし、テキストファイルに保存
それをuninstallで読み込む

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

何故かパーミッションでエラーが出たので、sudoも付けておいた

96
68
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
96
68