Ben Chuanlong Du's Blog

It is never too late to learn.

Manage Python Projects Using uv

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation

curl -LsSf https://astral.sh/uv/install.sh | sh

curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="/usr/local/bin" sh

Usage

  1. Migrate from other Python projects to …

GitHub Alternatives

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

gitea

Gitea is a painless self-hosted all-in-one software development service, includes Git hosting, code review, team collaboration, package registry and CI/CD .

gitlab

GitLab is a DevOps platform that provides a …