pipでインストールしたものを全て消す。確認も省略しているので要注意。
pip freeze > freeze.txt; pip uninstall -y -r freeze.txt; rm freeze.txt
Go to list of users who liked
More than 1 year has passed since last update.
pipでインストールしたものを全て消す。確認も省略しているので要注意。
pip freeze > freeze.txt; pip uninstall -y -r freeze.txt; rm freeze.txt
Register as a new user and use Qiita more conveniently
Go to list of users who liked