-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
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
Install python releases from offline registry #6319
Comments
We do support a proxy URL for this ( |
Accepting a folder like conda custom disk-based channels would be the easiest way how to use this on an air-gapped system. |
I think |
Yeah. We probably need to modify the “download” code a bit to handle that. |
Making "fetch" sound like a better name again 😭 haha |
I'm currently using self-compiled Python binaries on a air-gapped Debian system to create venvs with different versions for my various projects, along with accompanying "global" venvs I use to create project venvs with, so my workflow is like this:
I expected that when I install |
For some commands, like those that create a virtual environment, we don't look for interpreters in virtual environments. Instead, you should add the interpreter to your PATH. See https://docs.astral.sh/uv/concepts/python-versions/#discovery-of-python-versions |
When running
uv python install
allow to specify a registry other thanpython-build-standalone
on GitHub.I want to allow users to use
uv
to manage Python versions but we're working in an offline air-gapped network.Thanks!
The text was updated successfully, but these errors were encountered: