diff options
| author | 2026-05-14 12:12:55 +0100 | |
|---|---|---|
| committer | 2026-05-14 12:12:55 +0100 | |
| commit | 5071c9ed1063e1739f26b8227c521d070ef525d6 (patch) | |
| tree | 83eff2fb9b94c04532d97e6673f9c1566d22ffe2 /meta | |
| parent | 1589910f1319c1806bbfaf47c73a80cbcee8fafb (diff) | |
| download | dotfiles-5071c9ed1063e1739f26b8227c521d070ef525d6.tar.gz dotfiles-5071c9ed1063e1739f26b8227c521d070ef525d6.tar.bz2 dotfiles-5071c9ed1063e1739f26b8227c521d070ef525d6.zip | |
fix(remote-dev): switch python3.11 source from deadsnakes PPA to uv
The deadsnakes PPA may not be reachable on every VM (corporate apt
proxy, Ubuntu derivatives that add-apt-repository misdetects, etc.).
`uv python install 3.11` works on any distro: it fetches a portable
python-build-standalone CPython into ~/.local/share/uv/python/, which
is manylinux-wheel-compatible.
Symlink the resulting binary to ~/.local/bin/python3.11 (already on
PATH from zprofile). Move the step to after `home-manager switch`
since uv comes from the nix profile.
Diffstat (limited to 'meta')
0 files changed, 0 insertions, 0 deletions
