Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 2, 2026
1 parent 62dcdde commit 1c5bd12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cd "$APP_DIR"
# chown $OWNER:$GROUP "$APP_DIR"

# 2. Initialize project
uv init --no-workspace --app
uv init --no-workspace --app --python "$PYTHON_VERSION"

# 3. Create pyproject.toml
cat <<EOF > pyproject.toml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ EOF
# ln -sf $BASE_DIR/uv_env.sh /etc/profile.d/
#fi

# Ensure the desired Python version is pre-installed in the shared location
$BASE_DIR/bin/uv python install 3.13

echo "------------------------------------------------"
echo "uv $UV_VERSION installed successfully."
echo "Binaries: $BASE_DIR/$UV_VERSION"
Expand Down

0 comments on commit 1c5bd12

Please sign in to comment.