pip install -e
でインストールしたパッケージ以外を全更新
Terminal
pip list | awk 'NR>2&&$3==""{print$1}' | xargs pip install -U
Go to list of users who liked
More than 3 years have passed since last update.
pip install -e
でインストールしたパッケージ以外を全更新
pip list | awk 'NR>2&&$3==""{print$1}' | xargs pip install -U
Register as a new user and use Qiita more conveniently
Go to list of users who liked