Skip to content

Commit fd416ce

Browse files
committed
packages: add uv
1 parent aba4da7 commit fd416ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base_python/install_basic_packages.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,8 @@ tar xzf xh.tar.gz
6262
mv $XH_BASE/xh /usr/local/bin/.
6363
rm -rf xh.tar.gz $XH_BASE
6464

65+
curl -LsSf https://astral.sh/uv/0.8.5/install.sh | sh
66+
cp ~/.local/bin/uv /usr/bin/.
67+
6568

6669
chmod a+x kubectl kubectx kubens xh

0 commit comments

Comments
 (0)