Skip to content
Alick Zhao edited this page Dec 21, 2017 · 2 revisions

Python

Web

Simple local HTTP server: python3 -m http.server --bind 127.0.0.1

pip

List installed packages in user site dir as a dependency tree: pipdeptree -u

Upgrade installed package: pip install -U --user <pkg>

Clone this wiki locally