if let Ok(mirror) = std::env::var("UV_PYTHON_INSTALL_MIRROR") { let Some(suffix) = self.url.strip_prefix( "https://github.com/indygreg/python-build-standalone/releases/download/", ) else { return Err(Error::Mir
Enable mirror for python-build-standalone downloads#5719 Merged charliermarsh merged 2 commits into main from charlie/mirror Aug 8, 2024 +67 −8 Conversation 13 Commits 2 Checks 57 Files changed 4 Add PyPy mirror 8301118 CodSpeed HQ CodSpeed Performance Analysis CI on: pull_request...
After:${UV_PYTHON_INSTALL_MIRROR}/20240713/cpython-3.12.4%2B20240713-aarch64-apple-darwin-install_only.tar.gz Use case Allows stable network when building container images from areas with restricted access or poor link quality to GitHub (e.g. private environment, or users from China). Source...
https://docs.astral.sh/uv/configuration/environment/#uv_python_install_mirror 👍1 darjeeling commented on Jan 10, 2025 darjeeling on Jan 10, 2025 Author @FishAlchemist thanks!! I didn't know that! darjeelingclosed this as completedon Jan 10, 2025 Sign up for free to join this conversa...