Add uv tool
This commit is contained in:
8
install/uv.sh
Executable file
8
install/uv.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -E -o errexit -o nounset -o pipefail
|
||||
set -x
|
||||
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
source "$HOME/.cargo/env"
|
||||
uv --version
|
||||
@@ -1,3 +1,3 @@
|
||||
if [[ -d "$HOME/.cargo/env" ]]; then
|
||||
if [[ -f "$HOME/.cargo/env" ]]; then
|
||||
source "$HOME/.cargo/env"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user