We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python does not publish official distributable binaries. As such, uv uses distributions from Astral python-build-standalone project
Due to some network issue, I try to download python build manually and put it on my machine.
Then can I install python by local python build binary without downloading from remote?
I read the documentation, it seems no such option
The text was updated successfully, but these errors were encountered:
Is UV_PYTHON_INSTALL_MIRROR?
Distributions can be read from a local directory by using the file:// URL scheme.
https://docs.astral.sh/uv/configuration/environment/#uv_python_install_mirror
Sorry, something went wrong.
What are you actually trying to do? You can just point any uv command to your Python with --python {path/to/build}.
--python {path/to/build}
UV_PYTHON_INSTALL_MIRROR works for me
UV_PYTHON_INSTALL_MIRROR
@FishAlchemist thanks. It works now.
@charliermarsh thanks. I want to install python distribution locally without downloading python build from remote.
No branches or pull requests
Due to some network issue, I try to download python build manually and put it on my machine.
Then can I install python by local python build binary without downloading from remote?
I read the documentation, it seems no such option
The text was updated successfully, but these errors were encountered: