Skip to content

Instantly share code, notes, and snippets.

View indexofire's full-sized avatar
🎯
Focusing

Mark Renton indexofire

🎯
Focusing
View GitHub Profile
@indexofire
indexofire / docker-registry-mirrors.md
Created September 9, 2024 22:18 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized

####install pip and virtualenv

$ sudo aptitude install python-setuptools python-pip
$ sudo pip install virtualenv

#easy_install
#easy_install pip
#pip install everything
#sudo pip install web.py