We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba4da7 commit fd416ceCopy full SHA for fd416ce
base_python/install_basic_packages.sh
@@ -62,5 +62,8 @@ tar xzf xh.tar.gz
62
mv $XH_BASE/xh /usr/local/bin/.
63
rm -rf xh.tar.gz $XH_BASE
64
65
+curl -LsSf https://astral.sh/uv/0.8.5/install.sh | sh
66
+cp ~/.local/bin/uv /usr/bin/.
67
+
68
69
chmod a+x kubectl kubectx kubens xh
0 commit comments