Skip to content

Commit

Permalink
change sh location
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 30, 2026
1 parent bd9ab48 commit 8deb8cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export UV_PYTHON_PREFERENCE=managed
EOF

# 5. Create profile.d entry
cat <<EOF | sudo tee /etc/profile.d/uv.sh > /dev/null
cat <<EOF | tee $BASE_DIR/uv.sh > /dev/null
# Load uv settings for all users
source "$BASE_DIR/uv_env.sh"
EOF
Expand Down

0 comments on commit 8deb8cd

Please sign in to comment.