Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
lea2501
/
guides
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
main
ブランチ
タグ
main
guides
/
devel
/
devel_python_pip.md
devel_python_pip.md
143 B
パーマリンク
履歴
Raw
Upgrade all installed packages:
$ pip3 freeze — local | grep -v ‘^\-e’ | cut -d = -f 1 | xargs -n1 pip3 install -U --user